mirror of
https://github.com/sbrl/bin.git
synced 2018-01-10 21:33:46 +00:00
Add nautilus-here
This commit is contained in:
parent
4f62e5f2cf
commit
368bc2a011
2 changed files with 4 additions and 0 deletions
|
@ -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
3
nautilus-here
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
nautilus $(pwd) & disown
|
||||
|
Loading…
Reference in a new issue