Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxdotexe/todowalp
A CLI app that makes your todo list into a wallpaper.
https://github.com/linuxdotexe/todowalp
cli-app gnulinux productivity todolist wallpaper
Last synced: about 2 months ago
JSON representation
A CLI app that makes your todo list into a wallpaper.
- Host: GitHub
- URL: https://github.com/linuxdotexe/todowalp
- Owner: linuxdotexe
- License: mit
- Created: 2022-08-26T14:45:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T06:09:09.000Z (10 months ago)
- Last Synced: 2024-03-02T07:24:39.119Z (10 months ago)
- Topics: cli-app, gnulinux, productivity, todolist, wallpaper
- Language: Python
- Homepage:
- Size: 4.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# todowalp
This command line tool takes inputs, creates them into a todolist and makes a wallpaper out of that.
## One command install
```shell
bash <(curl -s https://raw.githubusercontent.com/linuxdotexe/todowalp/master/install.sh)
```## TODO
- [x] Figure out a language
- [x] Write code to take the string input
- [x] ~~Figure out what tool we can use to create these images~~ [`imagemagick`](https://stackoverflow.com/questions/23236898/add-text-on-image-at-specific-point-using-imagemagick)
- [x] Write code for flags
- [x] Write a help message
- [x] Make any wrong command return the help message
- [x] Decide theming for the wallpaper
- [x] Create a base image
- [x] Write create_wallpaper()
- [x] Try to make the text left aligned
- [x] Write set_wallpaper()
- [x] Make main.py into a script named tw
- [x] Display a message when no tasks are in DB
- [x] Make it customizable
- [x] Write an install script
- [ ] Write docs