Skip to content

SkwalExe/dtodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

59 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.