djpeacher / justfile

My user-level justfile!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

justfile

My user-level justfile! (docs)

$ .just
Available recipes:
    edit             # Edit this file
    freeze           # Freeze pip to requirements.txt
    hello            # Hello World!
    pyenv-find [dir] # Find all .python-version files
    pyenv-venvs      # List all pyenv virtualenvs
    stash            # Stashes all files, including untracked
# Assumes you have `just` installed.
cd ~
git clone https://github.com/djpeacher/justfile.git
just justfile/init [alias=".just"]
.just hello # Start a new session.

About

My user-level justfile!


Languages

Language:Just 100.0%