fnivek / Scripts

Useful scripts that I have used over time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripts

This repository contains usefull scripts that I have made as I go along

install

Installs all the scripts in this repo

lint

Runs the pep8 linter.

TODO:

  • Add c++ linter

format-pics

Convert a folder of images and youtube videos into html and markdown.

resize-workspace

Change the number and shape of your workspace on ubuntu.

shebang

Adds the shebang line for bash, sh, and python scripts.

Conventions

I follow googles bash style guide for my bash scripts. I follow pep8 style guide for my python scripts.

About

Useful scripts that I have used over time


Languages

Language:Shell 78.6%Language:Python 21.4%