Skip to content

cberret/utility-scripts

Repository files navigation

utility-scripts

Just some useful scripts.

gitsetup.sh

Just a script to automatically create a new Github repo and push the contents of a local folder. It takes three arguments: the path to a local directory, your Github username, and the name of the new repo you want to set up. NB: The script assumes that you have public key authentication set up for your Github account. This way you can push without authenticating.

find-replace-perl.sh

Just a script to quickly find and replace text in files. It takes three arguments: text to find, text to replace it with, and the file name.

scrape-md.sh

Just a script to pull the contents of a webpage and convert to Markdown with the ever-handy Pandoc utility.

scrape-txt.sh

Just a script to pull the text from a webpage and convert it to a plain TXT file using the Lynx CLI browser.

About

Just useful scripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages