ju

Crates.ioju
lib.rsju
version0.2.3
sourcesrc
created_at2023-02-02 21:13:58.350274
updated_at2023-02-04 19:03:46.63572
descriptionA Command Line Tool for Fast System Navigation in Rust
homepage
repositoryhttps://github.com/Clivern/Jump
max_upload_size
id775081
size112,192
Ahmed (Clivern)

documentation

README

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.

Commit count: 88

cargo fmt