https://github.com/shan-shaji/neo
Tool that frees you from remembering long commands.
https://github.com/shan-shaji/neo
build-runner cli code-generation dart dart-cli execute-commands save-commands terminal-app
Last synced: 4 months ago
JSON representation
Tool that frees you from remembering long commands.
- Host: GitHub
- URL: https://github.com/shan-shaji/neo
- Owner: shan-shaji
- License: mit
- Created: 2023-01-06T21:47:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T10:24:19.000Z (over 1 year ago)
- Last Synced: 2025-01-10T14:42:01.745Z (6 months ago)
- Topics: build-runner, cli, code-generation, dart, dart-cli, execute-commands, save-commands, terminal-app
- Language: Dart
- Homepage: https://pub.dev/packages/neo
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 🐰 neo
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
[![License: MIT][license_badge]][license_link]Tool that relieves you of the burden of remembering long commands. Neo saves your commands to your system and makes them accessible to you.
## Getting Started 🚀
```sh
dart pub global activate neo
```Or locally via:
```sh
dart pub global activate --source=path
```## Usage
```sh
# list your saved commands
$ neo commands list# select the command to exceute
$ neo commands select# Show CLI version
$ neo --version# Show usage help
$ neo --help
```# Todo
- [ ] Add develop command that will listen to changes while developing a cli and automaticaly update the local path.
- [ ] Command Alias: Allow users to create an alias for a long command by giving it a shorter name. This can make it easier to remember and execute the command.
- [ ] Command History: Keep a history of executed commands and allow users to easily recall and execute them again.
- [ ] Command Templates: Allow users to save command templates that can be easily modified and executed. This can be useful for commands that require multiple arguments or options.
- [ ] Command Groups: Allow users to group related commands together so that they can be executed with a single command.
- [ ] Command Scheduler: Allow users to schedule commands to be executed at a later time or on a recurring basis.
- [ ] Command Export/Import: Allow users to export their saved commands to a file, and import them again later, or on another machine.
- [ ] Command Autocomplete: Provide autocomplete suggestions for saved commands, so that users can quickly and easily execute them without typing the full command.[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis