Crates.io | projectr |
lib.rs | projectr |
version | 0.4.1 |
source | src |
created_at | 2023-05-21 02:40:34.751952 |
updated_at | 2023-07-17 00:09:53.573358 |
description | A contextual, MRU sorted, project finder. |
homepage | https://git.sr.ht/~tobyvin/projectr |
repository | https://git.sr.ht/~tobyvin/projectr |
max_upload_size | |
id | 869715 |
size | 60,037 |
A contextual, MRU sorted, project finder.
projectr
is project discovery tool that produces a MRU sorted list of project
directories using provided contexts and filters.
cargo install --git=https://git.sr.ht/~tobyvin/projectr
Provided you have Rust installed, projectr can be built using Cargo.
$ git clone https://git.sr.ht/~tobyvin/projectr
$ cd projectr
$ cargo build --release
$ ./target/release/projectr --version
projectr 0.4.1
To list all available options run projectr -h
.
For a working example, see tmux-projectr.
A list of changes in each release can be found in CHANGELOG.md.
Subscribe to release announcements on ~tobyvin/projectr-announce@lists.sr.ht.
Ask for support or follow general discussions in ~tobyvin/projectr-discuss@lists.sr.ht.
For bug reports and feature requests see Submitting bug reports and feature requests section in CONTRIBUTING.md.
Anyone is welcome to contribute to projectr. Please refer to CONTRIBUTING.md.
projectr is licensed under the MIT.