Skip to content

m-gail/findproject-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

findproject

findproject collects all your projects from locations specified in a simple YAML file.

Installation

Install fzf as a fuzzy finder.

Then clone the repository, build the project and move/link the files to a folder on your path.

git clone https://github.com/m-gail/findproject-rs
cargo build --release
# make sure ~/.local/bin is in your path
ln -s $(pwd)/fp_tmux ~/.local/bin/fp_tmux
ln -s $(pwd)/target/release/findproject-rs ~/.local/bin/findproject

Usage

To use findproject with tmux, simple run fp_tmux.

The findproject executable can also be used on its own, see findproject --help.

Configuration

directories:
  - path: ~/Programming/ # directories in this will be printed
    sub_directories: # these directories will not be printed themselves
      - path: AppArmor # directories in ~/Programming/AppArmor this will be printed
  - path: ~/.config
    exclude: # these directories will also not be printed themselves
      - Nextcloud
      - GIMP
      - Thunar
      - xfce4
      - dconf
  - path: ~/Nextcloud/Notes
    only_self: true # ~/Nextcloud/Notes will be printed, but its contents won't
  - path: ~/.dotfiles
    only_self: true
  - path: ~/.ansible
    only_self: true

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published