Skip to content

Command line tool that safely replaces a file after running it through a filter.

Notifications You must be signed in to change notification settings

tancred/safefilter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Filter a file. Safely.

Run the equivalent of

filterprog < file > tmp && mv tmp file

without the tedious repetition of arguments and risk of tpyos.

Instead run

safefilter.py filterprog file

or if filterprog needs arguments

safefilter.py filterprog arg1 arg2 -- file

About

Command line tool that safely replaces a file after running it through a filter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages