Skip to content

Releases: dogoncouch/dirutils

dirutils-1.3

09 Apr 19:22
Compare
Choose a tag to compare

dirutils-1.3

Changes

See CHANGELOG.md

Usage

See README.md

Installing

wget https://github.com/dogoncouch/dirutils/archive/v1.3.tar.gz
tar -xf v1.3.tar.gz
cd dirutils-1.3
make all

Installing as root will install everything into /usr/local/. Otherwise, it will install into ~/.local/; you might have to add ~/.local/bin to your pATH environment variable.

sha256sum:

46aa1f585c748d30117ceedb759e009c959251b293edf5e8a3fb82412a43a2b7  v1.3.tar.gz

Bourne Shell Install (/bin/sh)

These scripts work fine with the original bourne shell (with one slight tweak); I just made them bash scripts so I can take advantage of my bash functions. Installing with the Bourne shell is as easy as changing sudo make all to sudo make bourne-install .

dirutils-1.2

10 May 18:05
Compare
Choose a tag to compare

dirutils-1.2

Changes

See CHANGELOG.md

Installing

bash shell (/bin/bash)

wget https://github.com/dogoncouch/dirutils/archive/v1.2.tar.gz
tar -xf v1.2.tar.gz
cd dirutils-1.2
sudo make all

sudo is not entirely necessary; without it, the scripts will install in ~/bin if write privileges don't exist in /usr/local/bin . Documentation will only be installed if write privileges exist in the necessary directories ( /usr/share/man and /usr/share/doc ).

md5sum:

cbf6cbd25e1e911c282013d19da30ebe  v1.2.tar.gz

Bourne shell (/bin/sh)

These scripts work fine with the original bourne shell (with one slight tweak); I just made them bash scripts so I can take advantage of my bash functions. Installing with the Bourne shell is as easy as changing sudo make all to sudo make bourne-install :

wget https://github.com/dogoncouch/dirutils/archive/v1.2.tar.gz
tar -xf v1.2.tar.gz
cd dirutils-1.2
sudo make bourne-install

sudo is not entirely necessary; without it, the scripts will install in ~/bin if write privileges don't exist in /usr/local/bin . Documentation will only be installed if write privileges exist in the necessary directories ( /usr/share/man and /usr/share/doc ).

md5sum:

cbf6cbd25e1e911c282013d19da30ebe  v1.2.tar.gz

Usage

See README.md

dirutils-1.1

04 May 02:06
Compare
Choose a tag to compare

dirutils-1.1

Changes

See CHANGELOG.md

Installing

wget https://github.com/dogoncouch/dirutils/archive/v1.1.tar.gz
tar -xf v1.1.tar.gz
cd dirutils-1.1
sudo make all

md5sum:

8b9cc7ffe1f3fe070333effcc87b6d57  v1.1.tar.gz

The install script will install in /usr/local/bin if it has write privileges there, ~/bin otherwise.

Note: These scripts work fine with the original bourne shell (with one slight tweak); I just made them bash scripts so I can take advantage of my bash functions. Run this command before running make if you don't have bash:

sed -i 's%#!/bin/bash%#!/bin/sh%' inall.sh at.sh follow.sh setup.sh

Usage

See README.md

dirutils-v1.0

21 Mar 19:37
Compare
Choose a tag to compare

dirutils-1.0

The first official stable release of dirutils.

Installing

wget https://github.com/dogoncouch/dirutils/archive/v1.0.tar.gz
tar -xf v1.0.tar.gz
cd dirutils-1.0
sudo make all

The install script will install in /usr/local/bin if it has write privileges there, ~/bin otherwise.

Note: These scripts work fine with the original bourne shell (with one slight tweak); I just made them bash scripts so I can take advantage of my bash functions. Run this command before running make if you don't have bash:

sed -i 's%#!/bin/bash%#!/bin/sh%' inall.sh at.sh follow.sh setup.sh

Usage

See README.md