Skip to content

Add set key & search commands to the CLI#27

Merged
devleejb merged 3 commits intomainfrom
25-migrate-code-from-python-to-rust
Feb 28, 2024
Merged

Add set key & search commands to the CLI#27
devleejb merged 3 commits intomainfrom
25-migrate-code-from-python-to-rust

Conversation

@ykdy3951
Copy link
Copy Markdown
Member

What type of PR is this?:

enhancement

What this PR does / why we need it:

This PR involves migrating the existing Python codebase to Rust to improve overall performance and enhance dependency management within the CLI tool. By transitioning to Rust, we aim to leverage its efficiency and robustness to optimize the tool's functionality.

Which issue(s) this PR fixes:

Fixes #25

Special notes for your reviewer:

  • Add set key command to the CLI
  • Add search command to the CLI
  • Add clipboard copy feature to the CLI
  • Delete "Assistant: " prefix from the output of the CLI
  • Update help message of the CLI
  • Add spinner display to the CLI when searching

Does this PR introduce a user-facing change?


Additional documentation:


- Add set key command to the CLI
- Add search command to the CLI
- Add clipboard copy feature to the CLI
- Delete "Assistant: " prefix from the output of the CLI
- Update help message of the CLI
- Add spinner display to the CLI when searching
@ykdy3951 ykdy3951 added the enhancement New feature or request label Feb 28, 2024
@ykdy3951 ykdy3951 added this to the 0.1.1 milestone Feb 28, 2024
@ykdy3951 ykdy3951 self-assigned this Feb 28, 2024
Copy link
Copy Markdown
Contributor

@devleejb devleejb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@devleejb devleejb merged commit 4d36a37 into main Feb 28, 2024
@devleejb devleejb deleted the 25-migrate-code-from-python-to-rust branch February 28, 2024 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Migrate code from Python to Rust for improved performance and dependency management in CLI tool

2 participants