Skip to content

Scripts that automates certain tasks in the terminal

Notifications You must be signed in to change notification settings

gamcoh/terminalScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

terminalScripts

Scripts that automates certain tasks in the terminal

getUntrackedFiles

Usage

Create a symbolic link in /usr/local/bin/ or any other directory that is in your $PATH variable

ln -s ~/terminalScripts/getUntrackedFilesGit.py /usr/local/bin/ugf

Get all unstaged files in a git repository

ugf

Get specific files

ugf 0
ugf N
ugf 3:6
ugf -1
ugf ::-1

Delete a specific file

rm $(ugf 4)

About

Scripts that automates certain tasks in the terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages