diff --git a/README.md b/README.md index 61e43fc..0ec53d9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Some useful scripts (for me) that can be added to $PATH :) * tag_photo.sh : Add an exif tag to images. * test_ssl3: Test if a website supportes the SSLV3 protocol. * 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. * vimmanpager: Tiny script can be used as PAGER, it will call VIM! * 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 +### Turtl +Simple symlink to my turtl app. + +See [Turtl's official website][turtl website] for more informations. + +[turtl website]: https://turtlapp.com/ + ## Weblink Python program that run a small webserver (BaseHTTPServer) to easily share some files. * eg: diff --git a/turtl b/turtl new file mode 120000 index 0000000..fb5c307 --- /dev/null +++ b/turtl @@ -0,0 +1 @@ +/home/jegardai/.local/share/applications/turtl/turtl \ No newline at end of file