The Wayback Machine - https://web.archive.org/web/20220504093616/https://github.com/as/Torgo
Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
cab
 
 
cat
 
 
 
 
 
 
 
 
cp
 
 
 
 
dd
 
 
dec
 
 
 
 
 
 
dx
 
 
 
 
enc
 
 
ffs
 
 
fi
 
 
fm
 
 
gen
 
 
gif
 
 
 
 
 
 
 
 
 
 
 
 
 
 
no
 
 
 
 
pp
 
 
pv
 
 
rec
 
 
 
 
seq
 
 
 
 
ssh
 
 
 
 
tar
 
 
tee
 
 
 
 
tr
 
 
 
 
uq
 
 
 
 
 
 
wc
 
 
x
 
 
xc
 
 
 
 
xo
 
 
z
 
 
zip
 
 
 
 
 
 
 
 

Torgo

Torgo is a set UNIX and Plan9-like command line tools. Target platforms are Windows, Plan 9, Linux, and possibly OSX. The project's technical goal is to provide command line utilities that are accessible, homogeneous, and interoperable with each other. Non-goals are compatibility with the existing syntax and semantics of similar toolkits, such as GNU coreutils.

Warning

Use this pre-alpha toolkit at your own risk. Many of the tools will do not work the way you expect them to on Linux.

Installation

go get github.com/as/torgo/...
go install github.com/as/torgo/...

Example

Print a list of duplicate files in the current working directory tree, prefixed by the number of duplicates and the sha1 sum of the file contents

walk -f | hash sha1 - | uniq -d -l -c -x "[0-9a-f]{16}" | sort -n

See the wiki for more examples

License

The license shall be identical to that of the Go programming language at the time of 2017/01/01. (BSD-like).

About

A UNIX-like Non-GNU command line toolkit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages