Giter Club home page Giter Club logo

bash-snippets's Introduction

Bash-Snipets

A collection of random scripts I wrote in BASH for whatever reason.

OSC's Put-Logo Script's GUI (PutlogoGUI.sh)

Gives a logo and a directory full of images, it adds the logo to the the images.

You can also set which corner to put the logo on and the size of the logo.

Usage:

./PutlogoGUI.sh

and then follow the instructions on the screen.

Link to the repo

Link to the script

DownloadCourses.sh

Makes it easier to download edX and Coursera courses automatically.

It uses the utilities "edx-dl" and "coursera-dl".

Usage:

./DownloadCourses.sh

and then follow the instructions on the screen.

Link to the script

SetAlbums.sh

Converts audio files to .mp3 320Kbps and then sets the album name, cover, and artist name.

It uses the utilities "tageditor" and "ffmpeg".

Usage:

./SetAlbums.sh [Tracklist]

Where Tracklist is a file that contains the paths of the tracks to be edited, one per line.

Link to the script

DivideImages.sh

Given a width and height, it divides the image into files of equal width and height.

It uses imagemagick.

Demonstration of what it does

Usage:

./DivideImages.sh [Width] [Height] [Image]

Where Width and Height are the size of the partitions you want.

Link to the script

decodefile.sh

Given a list of files that are encoded in base64, it decodes them.

Usage:

./decodefile.sh [File]

Where File is a file that containts the paths of the files to be decoded, one per line.

Link to the script

decodename.sh

Given a list of files that have their names encoded in base64, it decodes their names and renames the files to their new names.

Usage:

./decodename.sh [File]

Where File is a file that containts the paths of the files whos names are to be decoded, one per line.

Link to the script

bash-snippets's People

Contributors

satharus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.