a tool for just dealing with your justfiles.
features •
install •
usage •
extra
jfs
makes it easy to find whichever justfile you need on your system.
jfs
allows for more to be done with just
.
- fd: fd is a simple, fast and user-friendly alternative to find.
- fzf: fzf is a general-purpose command-line fuzzy finder.
- bat: A cat(1) clone with wings.
- ag: A code-searching tool similar to ack, but faster.
- just: just is a handy way to save and run project-specific commands.
# clone repo
git clone https://github.com/tg-z/jfs
# cd into repo
cd jfs
# create ~/bin directory
mkdir -p ~/bin
# add script to path
ln -s jfs ~/bin/jfs