Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/milo123459/salt
A CLI-based task manager written in Rust.
https://github.com/milo123459/salt
rust rust-lang task todo todolist
Last synced: 3 months ago
JSON representation
A CLI-based task manager written in Rust.
- Host: GitHub
- URL: https://github.com/milo123459/salt
- Owner: Milo123459
- License: mit
- Created: 2021-04-07T11:54:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-27T08:02:38.000Z (about 2 years ago)
- Last Synced: 2024-10-09T17:30:48.351Z (4 months ago)
- Topics: rust, rust-lang, task, todo, todolist
- Language: Rust
- Homepage:
- Size: 185 KB
- Stars: 16
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
❯ Salt
Fast and simple task management from the CLI.
DEV Post | YouTube Video | VSCode Extension
## 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.