Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 599 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 599 Bytes

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.