tg-z / jfs

a tool for just dealing with your justfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$ jfs

github issues github stars

a tool for just dealing with your justfiles.

featuresinstallusageextra

features

global justfiles

jfs makes it easy to find whichever justfile you need on your system.

search, preview, edit

jfs allows for more to be done with just.

install

dependencies

  • 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

usage

extra

About

a tool for just dealing with your justfiles.


Languages

Language:Shell 100.0%