1
0
Fork 0

Add nautilus-here

This commit is contained in:
Starbeamrainbowlabs 2017-05-09 18:32:16 +01:00
parent 4f62e5f2cf
commit 368bc2a011
2 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,7 @@ Here's a list of the most interesting ones, along with what they do and where th
- sendclip - Pipes stdin to localhost:5556. Useful in conjuntion with ssh port forwarding and the tool above.
- [shellshare](https://shellshare.net/) - A live terminal broadcasting utility.
- [colortrans](https://gist.github.com/MicahElliott/719710) - Convert rgb colours to xterm ones
- nautilus-here - A quick command that opens nautilus in the current directory. For lazy people :P
## Disclaimer
I don't own many of the tools in this repository. If you are an owner of one of these tools and I haven't linked to you, please let me know as I probably forgot.

3
nautilus-here Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
nautilus $(pwd) & disown