Skip to content

eroosenmaallen/small-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

My Little Tools

This is a collection of small scripts I have written and gathered to solve various problems.

CLI Utilities

  • tosubl - Open Files in Sublime Text
    The subl command on Linux accepts a filename, but will not read from STDIN; this is a script I found which allows you to pipe text from STDIN to Sublime. It was written by Yang Zhou [https://github.com/fightyz]
  • sgrax - The opposite of xargs
    I needed to take a list of arguments and print them one per line on STDOUT, essentially the opposite of xargs

About

Small (mostly Shell) tools I have built and found.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages