rayes0 / dotfiles

dotfiles for bash, neovim, tmux, widgets, and more
74 stars 0 forks source link

EWW Todo Question. #6

Closed ramaxpublic closed 2 years ago

ramaxpublic commented 2 years ago

in eww config, there is a check-todo.sh script and it has todo="$(todo.sh list | head -n -2 | sed -e '/[0-9]\+[[:blank:]]x/d' -e 's/\x1B\[[0-9;]*[JKmsu]//g;/. x 2/d')" where i can get the todo.sh ? and how do they work? what should i have if i want to have todo widgets?

rayes0 commented 2 years ago

The todo script is from the todo.txt cli.

I got rid of the old documentation for setting up widgets. I don't use eww anymore, and the setup I previously had was pretty niche and hacky. You can view the old readme with instructions in the commit history if you want to try setting it up.

-------- Original Message -------- On Feb 2, 2022, 4:27 AM, raka < @.***> wrote:

in eww config, there is a checktodo script and it has todo="$(todo.sh list | head -n -2 | sed -e '/[0-9]+[[:blank:]]x/d' -e 's/\x1B[[0-9;]*[JKmsu]//g;/. x 2/d')" where i can get the todo.sh ? and how do they work?

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ramaxpublic commented 2 years ago

Thanks! i'll do what you have suggested.