salt

Crates.iosalt
lib.rssalt
version0.2.3
sourcesrc
created_at2017-08-13 10:33:13.526068
updated_at2021-08-27 18:37:30.159767
descriptionTask management for the CLI
homepagehttps://github.com/Milo123459/salt
repositoryhttps://github.com/Milo123459/salt
max_upload_size
id27380
size26,403
Milo (Milo123459)

documentation

https://github.com/Milo123459/salt

README

❯ Salt

Fast and simple task management from the CLI.

DEV Post | YouTube Video | VSCode Extension

Install

Windows: Scoop

scoop bucket add cone https://github.com/Milo123459/cone
scoop install cone/salt

MacOS: Brew

brew tap eternalmoon1234/brew
brew install salt

Linux:

curl -fsSL https://raw.githubusercontent.com/Milo123459/salt/master/install.sh | bash

Litreally anything (Rust needed):

    cargo install salt

Concepts

You have a node, and a task.

Think of it like a tree with apples. The tree is the node, the apples are the tasks. They just live under specific trees.

just for context, apple = task, tree = node`

Future ideas

  • Stats (ie, which node you use the most)
  • GitHub issue sync
  • Sync across multiple devices

How to use

Pretty simple:

Run salt action to see all commands.

Or, run salt node action to see all node sub-commands.

Commit count: 126

cargo fmt