DEV Community

Milo
Milo

Posted on

3

Salt - 🚀 Task managment++

For so long, I've been using github issues to keep track of things I need to do. It gets annoying, relying on a server to respond, and waiting a while. Say less my friends, I have a solution!

salt - A better way to keep track of tasks. No server, everything is local and can be organized very easily. No more "oh hey that's where it was", more "oh god I have to write code!"

Jokes aside, salt is an attempt to redefine task management. With a VSCode extension in development, for the ultime experience, and tasks synced with other platforms (wip) you can basically throw away anything else.

Concepts

Nodes (not nodejs 🚀)
Tasks
Task status

Node

A node is the parent of some tasks, think of it like a tree, where the tree is the node, and the apples are the tasks, all under one big node.

Tasks

Something you have to do...

Task status

Either checked, or not checked, this allows you to keep track of tasks you have to do!

Why

Why not? A task management system for the CLI is the one thing I've needed for so long, and I spoke to a few friends and they loved the concept and using it as well.

How

Rust. The CLI is pure Rust.

Install

# macos
brew tap eternalmoon1234/brew
brew install salt
# windows
scoop bucket add sushi https://github.com/kidonng/sushi
scoop install sushi/salt
# other
curl -fsSL https://raw.githubusercontent.com/Milo123459/salt/master/install.sh | bash
Enter fullscreen mode Exit fullscreen mode

Thanks for reading! Suggestions can go in the comments 😉

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay