#command-line-tool #path #navigation #system #jump #name #store

app ju

A Command Line Tool for Fast System Navigation in Rust

6 releases

0.2.3 Feb 4, 2023
0.2.2 Feb 4, 2023
0.1.2 Feb 2, 2023

#2347 in Command line utilities

38 downloads per month

MIT license

83KB
199 lines

JuMP

A Command Line Tool for Fast System Navigation in Rust.

Usage

Here is how to install and use ju command line tool.

$ 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

jut () {
    cd $(ju to $1)
}

It can be used like this

jut root

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Jump is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.

See the Releases section of our GitHub project 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

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

© 2022, clivern. Released under MIT License.

Jump is authored and maintained by @Clivern.

Dependencies

~4–15MB
~160K SLoC