J-E-J-S / bash-scripts

System Scripts for Personal Quality of Life Improvement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quality of Life System Scripts

Guide

Intended for use with Z shell (zsh) in POSIX environment.
Move all scripts to /usr/local/bin/
Change permission of scripts: chmod +x <script.sh>
To use script as a command, create alias in .zshrc file
e.g alias snapgene='/usr/bin/snapgene.sh';

snapgene.sh Open a file (.fasta, .fas, .fa, .gb, .dna) with snapgene.
tree.sh Generate Windows command prompt tree-type output in shell.
gb2dna.sh Convert any accepted file format to SnapGene format (.dna).
xlsx2csv.sh Convert .xlsx excel files to .csv with gnumeric (install: brew install gnumeric).
caseconvert.sh Convert case from lower to upper case of upper to lower case.

About

System Scripts for Personal Quality of Life Improvement.


Languages

Language:Shell 100.0%