Add turtl symlink.
This commit is contained in:
parent
e9405efd38
commit
003bf25c09
|
@ -17,6 +17,7 @@ Some useful scripts (for me) that can be added to $PATH :)
|
||||||
* tag_photo.sh : Add an exif tag to images.
|
* tag_photo.sh : Add an exif tag to images.
|
||||||
* test_ssl3: Test if a website supportes the SSLV3 protocol.
|
* test_ssl3: Test if a website supportes the SSLV3 protocol.
|
||||||
* thyme : Automatically track which applications you use and for how long.
|
* thyme : Automatically track which applications you use and for how long.
|
||||||
|
* turtl : Symlink to my Turtl app (evernote alternative).
|
||||||
* veille.sh: Kill every sensitive process and files then lock the screen.
|
* veille.sh: Kill every sensitive process and files then lock the screen.
|
||||||
* vimmanpager: Tiny script can be used as PAGER, it will call VIM!
|
* vimmanpager: Tiny script can be used as PAGER, it will call VIM!
|
||||||
* weblink: Tiny Python script that run a small webserver to share files.
|
* weblink: Tiny Python script that run a small webserver to share files.
|
||||||
|
@ -143,6 +144,13 @@ I launch it with `launch_thyme` to avoid to record when the screen is lock. Ever
|
||||||
|
|
||||||
[thyme repo]: https://github.com/sourcegraph/thyme
|
[thyme repo]: https://github.com/sourcegraph/thyme
|
||||||
|
|
||||||
|
### Turtl
|
||||||
|
Simple symlink to my turtl app.
|
||||||
|
|
||||||
|
See [Turtl's official website][turtl website] for more informations.
|
||||||
|
|
||||||
|
[turtl website]: https://turtlapp.com/
|
||||||
|
|
||||||
## Weblink
|
## Weblink
|
||||||
Python program that run a small webserver (BaseHTTPServer) to easily share some files.
|
Python program that run a small webserver (BaseHTTPServer) to easily share some files.
|
||||||
* eg:
|
* eg:
|
||||||
|
|
Loading…
Reference in New Issue