Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SkwalExe/dtodo
📜 Manage the tasks you want to do every day easily
https://github.com/SkwalExe/dtodo
daily-todo management productivity skwalexe task todo
Last synced: 28 days ago
JSON representation
📜 Manage the tasks you want to do every day easily
- Host: GitHub
- URL: https://github.com/SkwalExe/dtodo
- Owner: SkwalExe
- License: mit
- Created: 2022-02-14T17:28:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T11:07:30.000Z (over 1 year ago)
- Last Synced: 2024-07-30T20:54:55.511Z (4 months ago)
- Topics: daily-todo, management, productivity, skwalexe, task, todo
- Language: Shell
- Homepage: https://skwalexe.github.io/dtodo/
- Size: 425 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Daily todo
![](images/1.png)
📜 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
```bash
git clone https://github.com/SkwalExe/dtodo.git
```run make
```bash
# 📂 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](https://git-scm.com/download/win) and follow the instructions for [Other distros](#other-distros).
# Usage
![](images/usage.png)
# Uninstall
## Arch 🐧
```bash
yay -R dtodo
```## Other distros 🐧
```bash
# 📂 dtodo
make uninstall
```# Skwaltributors
# Docker 🐳
## Run the latest version
```bash
docker run --rm -it ghcr.io/skwalexe/dtodo:main
```## Test your changes 🚧
### Build 🛠️
```bash
# 📂 dtodo/
docker build -t dtodo .
```### Run 🏃
```
docker run --rm -it dtodoskwal@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.