All Projects → as → torgo

as / torgo

Licence: other
A UNIX-like Non-GNU command line toolkit

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to torgo

coreutils
Core utils re-implementation for UNIX/UNIX-like systems written in Rust
Stars: ✭ 96 (+118.18%)
Mutual labels:  unix, coreutils
lobase
Port of the OpenBSD userland to Linux.
Stars: ✭ 89 (+102.27%)
Mutual labels:  unix, coreutils
coreutils
Unix core utilities implemented in Haskell
Stars: ✭ 22 (-50%)
Mutual labels:  unix, coreutils
BSDCoreUtils
BSD coreutils is a port of many utilities from BSD to Linux and macOS.
Stars: ✭ 30 (-31.82%)
Mutual labels:  unix, coreutils
connect-or-cut
Simple network sandbox for Unix and Windows
Stars: ✭ 19 (-56.82%)
Mutual labels:  unix
shod-old
hybrid (floating and tiling) tabbed window manager
Stars: ✭ 56 (+27.27%)
Mutual labels:  unix
dotfiles
🍁 dotfiles || plain text configuration files for my linux system
Stars: ✭ 53 (+20.45%)
Mutual labels:  unix
FreeBSD-Ask
FreeBSD 教程——FreeBSD 从入门到跑路。
Stars: ✭ 113 (+156.82%)
Mutual labels:  unix
polybar-bluetooth
A fully functional bluetooth module for polybar
Stars: ✭ 59 (+34.09%)
Mutual labels:  unix
bsu
🎓Repository for university labs on FAMCS, BSU
Stars: ✭ 91 (+106.82%)
Mutual labels:  unix
21sh
UNIX shell - a simple command-line interpreter
Stars: ✭ 16 (-63.64%)
Mutual labels:  unix
chmod-stego
A PoC on passing data through UNIX file privilege bits (RWX Triplets)
Stars: ✭ 23 (-47.73%)
Mutual labels:  unix
mg
OpenBSD Mg editor. Portable Public Domain Micro Emacs for *BSD, Cygwin, Linux, Mac OS X.
Stars: ✭ 99 (+125%)
Mutual labels:  unix
enhanced-plan9
google summer code
Stars: ✭ 13 (-70.45%)
Mutual labels:  plan9
ytools
Use YouTube from your terminal
Stars: ✭ 26 (-40.91%)
Mutual labels:  unix
tetris
Micro Tetris™, based on the 1989 IOCCC Obfuscated Tetris by John Tromp
Stars: ✭ 98 (+122.73%)
Mutual labels:  unix
Onyx
UNIX-like operating system written in C and C++
Stars: ✭ 52 (+18.18%)
Mutual labels:  unix
wildpwn
unix wildcard attacks
Stars: ✭ 119 (+170.45%)
Mutual labels:  unix
sun
Simple library and application that shows sunset and sunrise based on your latitude,longitude
Stars: ✭ 23 (-47.73%)
Mutual labels:  unix
timebox
A timer script for Windows/Linux/Unix/macOS to practice timeboxing (the time management technique)
Stars: ✭ 42 (-4.55%)
Mutual labels:  unix

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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].