diff options
author | NeodarZ <neodarz@neodarz.net> | 2018-01-24 01:14:29 +0100 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2018-01-24 01:14:29 +0100 |
commit | 17f8b89065d5c29119e0adc8423851579254feaa (patch) | |
tree | 8eb6823623209d5fcb8f3c995ca909b86f281659 | |
parent | cfb063074a1b65e4bde208fbaab2da6fb90c2aa7 (diff) | |
download | dotfiles_ascii-17f8b89065d5c29119e0adc8423851579254feaa.tar.xz dotfiles_ascii-17f8b89065d5c29119e0adc8423851579254feaa.zip |
add taskwarrior cheatsheet and testing_app note
-rw-r--r-- | cheat/.cheat/taskwarrior | 18 | ||||
-rw-r--r-- | cheat/.cheat/testing_app | 41 |
2 files changed, 59 insertions, 0 deletions
diff --git a/cheat/.cheat/taskwarrior b/cheat/.cheat/taskwarrior new file mode 100644 index 0000000..4f47680 --- /dev/null +++ b/cheat/.cheat/taskwarrior @@ -0,0 +1,18 @@ +# tnext +Voire tout les tâches suivante: + +``` +tnext +``` + +Voir les tâches suivante d'un projet en question: + +``` +tnext project:<nom_du_projet> +``` + +Exemple: + +``` +tnext project:pro +``` diff --git a/cheat/.cheat/testing_app b/cheat/.cheat/testing_app new file mode 100644 index 0000000..aeee049 --- /dev/null +++ b/cheat/.cheat/testing_app @@ -0,0 +1,41 @@ +# App list to test + +Why ? I hate GUI so can I code uslfull something with the following app ? + +## Usefull because I have some idea + +https://github.com/borgbackup/borg => Test this! It's work for backup? + +https://github.com/sshuttle/sshuttle => To test! For the moment, this +not work on scaleway vps! + +https://github.com/dutchcoders/transfer.sh => This can be usefull ? + +https://github.com/home-assistant/home-assistant => Install this on the +raspberry pi and test the API function and android/HTML client. This is +good for scripting/using every day ? + +https://github.com/kibitzr/kibitzr => Test it, can it crawl the web for +me ? How it works ? + +https://github.com/danielquinn/paperless => interisting... Utility ? + +https://github.com/CouchPotato/CouchPotatoServer/ => Ask to the service to +download the file in the best quality possible ? If it's work how can I use +it ? + +https://github.com/beniz/seeks => This is work ? Can it be improve ? + +http://git-annex.branchable.com/ => This is maybe interresting, test it! + +## Maybe usefull + +https://github.com/pastapojken/Myflix => Like kodi, can I use it for make a +good home cinema environnement ? + +## Usless but cool ! + +https://github.com/shazow/ssh-chat => Simple chat with ssh, test the server +can be very cool ! And what is the security behind this ? + + |