sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit 1f59f37076c88427cbcf2a16f8b700e38767f834
parent 9314c748abe049b3d216896c972d8ab6db8b3495
Author: sin <sin@2f30.org>
Date:   Thu, 16 Oct 2014 12:57:55 +0100

Refer people to the README for the list of supported tools in sbase and ubase

It is a PITA to maintain these lists separately.

Diffstat:
Mtools.suckless.org/sbase.md | 82+++++++------------------------------------------------------------------------
Mtools.suckless.org/ubase.md | 49++-----------------------------------------------
2 files changed, 9 insertions(+), 122 deletions(-)

diff --git a/tools.suckless.org/sbase.md b/tools.suckless.org/sbase.md @@ -3,82 +3,14 @@ sbase sbase is a collection of unix tools that are inherently portable across UNIX and UNIX-like systems. -The following programs are currently implemented: - -* basename -* cal -* cat -* chgrp -* chmod -* chown -* chroot -* cksum -* cmp -* cols -* comm -* cp -* cut -* date -* dirname -* du -* echo -* env -* expand -* false -* fold -* grep -* head -* hostname -* kill -* ln -* ls -* md5sum -* mkdir -* mkfifo -* mktemp -* mv -* nice -* nl -* nohup -* paste -* printenv -* printf -* pwd -* readlink -* renice -* rm -* rmdir -* sleep -* setsid -* sort -* split -* sponge -* strings -* sync -* tail -* tar -* tee -* test -* touch -* tr -* true -* tty -* uudecode -* uuencode -* uname -* unexpand -* uniq -* unlink -* seq -* sha1sum -* sha256sum -* sha512sum -* wc -* xargs -* yes - -The overall SLOC is about 6kSLOC, so this userland is about the same size as GNU ls. +For a list of tools that are currently implemented, please refer +to the [README](http://git.suckless.org/sbase/tree/README). Download -------- * <code>git clone [http://git.suckless.org/sbase](http://git.suckless.org/sbase)</code> + +Contact +------- +E-mail [sin@2f30.org](mailto:sin@2f30.org) or post your issue to the +[dev@suckless.org](mailto:dev@suckless.org) mailing list. diff --git a/tools.suckless.org/ubase.md b/tools.suckless.org/ubase.md @@ -3,53 +3,8 @@ ubase ubase is a collection of tools similar in spirit to util-linux but much simpler. -The following programs are currently implemented: - -* chvt -* clear -* ctrlaltdel -* dd -* df -* dmesg -* eject -* fallocate -* free -* freeramdisk -* fsfreeze -* getty -* halt -* hwclock -* id -* insmod -* killall5 -* login -* lsmod -* lsusb -* mesg -* mknod -* mkswap -* mount -* mountpoint -* pagesize -* passwd -* pidof -* pivot_root -* ps -* readahead -* respawn -* rmmod -* stat -* su -* swapoff -* swapon -* switch_root -* sysctl -* truncate -* umount -* unshare -* uptime -* watch -* who +For a list of tools that are currently implemented, please refer +to the [README](http://git.suckless.org/ubase/tree/README). Download --------