An open API service indexing awesome lists of open source software.

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.

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`