BLOPS.DEV := project management in the terminal

home changelog

blops is a tree-centric cli tool that is handy for structuring projects, note taking, and time tracking. It has built in tools for analyzing and predicting your work estimations, check out the demo below:

Are you ready for the future?

Note: blops is experimental (alpha) software and may have a few bugs.

Latest Release

changelog
Version: v0.80.0-alpha
OS Architecture Download link
windows amd64 Download
windows 386 Download
darwin amd64 Download
darwin arm64 Download
linux amd64 Download
linux 386 Download
linux arm-7 Download

Installation & Initialization

blops is a standalone binary and is initialized on a per-directory basis.

64-bit Linux

  1. Download the binary to ~/bin for a single-user or to /usr/local/bin for system-wide access.

    $ wget https://blops.dev/web/builds/8002/linux/amd64/blops -P ~/bin

  2. Initialize blops in a directory of your choosing, conventionally this is a .blops folder somewhere in your project directory.

    $ mkdir ~/try-blops
    $ cd try-blops
    $ blops init local
    Config initialized at config.toml with editor nano.
    $ blops
    Database file did not exist, so it has been created.
    (you) [you]