Blog del Podcast
podcast    GitHub    Twitter  Telegram

Docker: topydo y todotxt-machine en un docker

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

Montar el docker amd64

Tan sencillo como:

#+BEGIN_EXAMPLE

docker run -it --name=todotxt -v $HOME/todo:/data ugeek/topydo-todotxt-machine:amd64 sh

#+END_EXAMPLE

Montar el docker para ARM y Raspberry Pi

En tu Raspberry

#+BEGIN_EXAMPLE

docker run -it --name=todotxt -v $HOME/todo:/data ugeek/topydo-todotxt-machine:arm sh

#+END_EXAMPLE

topydo

Para iniciar topydo.

#+BEGIN_EXAMPLE

docker exec -t todotxt topydo

#+END_EXAMPLE

topydo. Prompt mode

#+BEGIN_EXAMPLE

docker exec -t todotxt topydo prompt

#+END_EXAMPLE

topydo. Columnas o método Kanban

Me gusta mucho utilizar el todo.txt con el método Kanban

#+BEGIN_EXAMPLE

docker exec -t todotxt topydo columns

#+END_EXAMPLE

todotxt-machine

Para utilizar todotxt-machine

#+BEGIN_EXAMPLE

docker exec -t todotxt todotxt-machine todo.txt done.txt

#+END_EXAMPLE

Fuentes




Powered by org-bash-blog

Written in OrgMode with Emacs and converted to HTML with Pandoc

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