From 17f8b89065d5c29119e0adc8423851579254feaa Mon Sep 17 00:00:00 2001 From: NeodarZ Date: Wed, 24 Jan 2018 01:14:29 +0100 Subject: add taskwarrior cheatsheet and testing_app note --- cheat/.cheat/taskwarrior | 18 ++++++++++++++++++ cheat/.cheat/testing_app | 41 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) create mode 100644 cheat/.cheat/taskwarrior create mode 100644 cheat/.cheat/testing_app 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: +``` + +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 ? + + -- cgit v1.2.1