https://github.com/clivern/jump
🐺 Command Line Tool for Fast System Navigation in Rust.
https://github.com/clivern/jump
command-line rust system-navigation
Last synced: 4 months ago
JSON representation
🐺 Command Line Tool for Fast System Navigation in Rust.
- Host: GitHub
- URL: https://github.com/clivern/jump
- Owner: Clivern
- License: mit
- Created: 2022-12-20T13:43:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T21:10:18.000Z (about 1 year ago)
- Last Synced: 2025-01-14T00:32:57.513Z (12 months ago)
- Topics: command-line, rust, system-navigation
- Language: Rust
- Homepage: https://crates.io/crates/ju
- Size: 618 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
JuMP
A Command Line Tool for Fast System Navigation in Rust.
## Usage
Here is how to install and use `ju` command line tool.
```zsh
$ cargo install ju
# Store a new path with name root
$ ju new root
> What is the project path? /
# To remove a path
$ ju remove $name
```
Then add a function to jump
```zsh
jut () {
cd $(ju to $1)
}
```
It can be used like this
```zsh
jut root
```
## Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Jump is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
See the [Releases section of our GitHub project](https://github.com/clivern/jump/releases) for changelogs for each release version of Jump. It contains summaries of the most noteworthy changes made in each release.
## Bug tracker
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/jump/issues
## Security Issues
If you discover a security vulnerability within Jump, please send an email to [hello@clivern.com](mailto:hello@clivern.com)
## Contributing
We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.
## License
© 2022, clivern. Released under [MIT License](https://opensource.org/licenses/mit-license.php).
**Jump** is authored and maintained by [@Clivern](http://github.com/clivern).