projectr 0.4.1

A contextual, MRU sorted, project finder.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use crate::config::Config;
pub use crate::search::Search;

pub mod config;
pub mod parser;
pub mod project;
pub mod search;

#[cfg(feature = "git")]
pub mod git;
pub mod path;
pub mod tmux;