dirtrim

command module
v0.0.0-...-e5aabac Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

README

Directory Trimmer

Installation

make build
cp out/dirtrim <somewhere_in_your_path>

Usage

$ echo "foo/bar/baz" | dirtrim
f/b/baz

$ echo $HOME | dirtrim
~

$ echo $HOME/foo/bar | dirtrim
~/f/b/baz

Bash Prompt

export PS1="\u@\h \$(pwd | dirtrim) $ "

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL