salt 0.2.3

Task management for the CLI
<p align="center">
    <img src="./assets/salt.png" width="100" height="100" />
</p>
<h1 align="center">❯ Salt</h1>
<h3 align="center">
Fast and simple task management from the CLI.
<h3>
<h1></h1>
<h3 align="center">
    <a href="https://github.com/Milo123459/salt/releases">
    <img src="https://img.shields.io/github/downloads/Milo123459/salt/total.svg">
    </a>
    <img src="https://img.shields.io/github/stars/Milo123459/salt">
    <img src="https://tokei.rs/b1/github/Milo123459/salt?category=lines">
</h3>
<h1></h1>
<h3 align="center">
<p>
    <a href="https://dev.to/milo123459/salt-task-managment-4m1m">DEV Post</a> | <a href="https://www.youtube.com/watch?v=GMMQiHexb3Y">YouTube Video</a>  | <a href="https://github.com/Milo123459/vscode-salt">VSCode Extension</a>
    </p>
</h3>
<h1></h1>

## Install


Windows: [Scoop](https://scoop.sh)

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

MacOS: [Brew](https://brew.sh)

```
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.