Si te gusta el todo.txt, te gustará este docker.
Para no tener que instalar estás aplicaciones en tu sistema mediante Python, he decidido crear este docker que podemos correr tanto en nuestro PC, servidor o raspberry en remoto mediante SSH.
Nuestro archivo todo.txt, en este caso estará en la ruta ~/todo/todo.txt
Tan sencillo como:
#+BEGIN_EXAMPLE
docker run -it --name=todotxt -v $HOME/todo:/data ugeek/topydo-todotxt-machine:amd64 sh
#+END_EXAMPLE
En tu Raspberry
#+BEGIN_EXAMPLE
docker run -it --name=todotxt -v $HOME/todo:/data ugeek/topydo-todotxt-machine:arm sh
#+END_EXAMPLE
Para iniciar topydo.
#+BEGIN_EXAMPLE
docker exec -t todotxt topydo
#+END_EXAMPLE
#+BEGIN_EXAMPLE
docker exec -t todotxt topydo prompt
#+END_EXAMPLE
Me gusta mucho utilizar el todo.txt con el método Kanban

#+BEGIN_EXAMPLE
docker exec -t todotxt topydo columns
#+END_EXAMPLE
Para utilizar todotxt-machine

#+BEGIN_EXAMPLE
docker exec -t todotxt todotxt-machine todo.txt done.txt
#+END_EXAMPLE
Publicado por Angel el Tuesday 12 January del 2021
También te puede interesar:
Powered by org-bash-blog
Written in OrgMode with Emacs and converted to HTML with Pandoc

Este obra está bajo una licencia de Creative Commons Reconocimiento-NoComercial-CompartirIgual 4.0 Internacional.