https://github.com/olivmath/task-manager
A command-line program to manage to-do list items.
https://github.com/olivmath/task-manager
cli rust task
Last synced: 2 months ago
JSON representation
A command-line program to manage to-do list items.
- Host: GitHub
- URL: https://github.com/olivmath/task-manager
- Owner: olivmath
- Created: 2022-03-20T19:58:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-22T14:34:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-14T14:49:55.836Z (4 months ago)
- Topics: cli, rust, task
- Language: Rust
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🕹 Task Manager CLI
## How to Install
### Linux
1. download the `tasker-linux` [here](https://github.com/olivmath/task-manager/releases)
2. `mv tasker-linux /usr/bin/tasker`
3. `chmod +x /usr/bin/taker`### Windows
1. download the `tasker-windows.exe` [here](https://github.com/olivmath/task-manager/releases)
2. `rename tasker-windowns.exe tasker.exe`
3. move `tasker.exe` to `C:\Windows\tasker.exe`
4. open start menu:
- search for **edit environment variables** and open
- click in **environment variables** > **system variables** > **new**
- **variable name:** `tasker`
- **variable value:** `C:\Windows\tasker.exe`
5. **restart the command prompt**## How to use
- You can write new task:
- `tasker add "my new task"`
- You can done tasks:
- `tasker done `
- Finally you can list all tasks:
- `tasker list`