Skip to content

Latest commit

 

History

History
96 lines (59 loc) · 1.45 KB

README.md

File metadata and controls

96 lines (59 loc) · 1.45 KB

Daily todo

📜 Manage the tasks you want to do every day easily

Installation

Arch 🐧

dtodo is in the AUR :)

yay -S dtodo

Other distros 🐧

clone this repo

git clone https://github.com/SkwalExe/dtodo.git

run make

# 📂 dtodo
make

Windows 🪟

Since this is a bash script, you normally can't run it directly on windows.

You will have to install Git Bash and follow the instructions for Other distros.

Usage

Uninstall

Arch 🐧

yay -R dtodo

Other distros 🐧

# 📂 dtodo
make uninstall

Skwaltributors

Docker 🐳

Run the latest version

docker run --rm -it ghcr.io/skwalexe/dtodo:main

Test your changes 🚧

Build 🛠️

# 📂 dtodo/
docker build -t dtodo .

Run 🏃

docker run --rm -it dtodo

skwal@2de4d04723e4:/$ dtodo [OPTIONS]

final

If you have any problem, don't hesitate to open an issue

contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.