Skip to content

Darthfett/bin-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bin-scripts

Description

A bunch of scripts devoted to doing generic file parsing and such.

Examples

  • Open all included files in Notepad++:
$ get_includes main.c | findin "C:/" | nppopen
  • Find common parent directory for all included files
$ get_includes main.c | findin "C:/" | common_parent

About

Short re-useable scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors