Releases: xplshn/a-utils
Releases · xplshn/a-utils
0.0.5
- Added
listen
anddial
, the first one can listen on a network port and optionally run a command for each new connection, while the latter can dial a network endpoint and optionally run a command for each new connection. They work like their Plan 9 counterpart. - Added RELF, or read an elf, it is a small program that can tell you the size of each section in an ELF file, the parts of an ELF file which are not part of any section are named !unknown and can sometimes be identified by RELF, for example, AppImages will show how much of their binary is the runtime, and how much is the .sqfs archive. RELF can display human readable sizes (-s flag) and can also use a tree-like output (-t flag)
- Added
fin
(or file info) andwalk
, this pair of commands is really handly, you can usewalk
+grep
orxo
or any other regexp matching program to find stuff in directories, and you can pipe the output ofwalk
tofin
to see certain file properties, such as size, ATime, etc. - Added
xo
, a utility that composes regular expression matches - Added an initial implementation of the g/G, v/V commands to
ed
0.0.4
- Added importenv (inspired by https://github.com/Azathothas/importenv/blob/main/src/main.rs)
- Added isainfo (from Solaris)
- Optimized a few things
Full Changelog: 0.0.3...0.0.4
0.0.3
0.0.2
First release!
Changelog:
Created:
ed
with a twist, it has syntax highlighting (ed from u-root but with syntax highlighting). Seeed --help
to check out the options of the syntax highlighting command (_
)catv
, the harmful features ofcat
ccat
, syntax highlighted catfortune
, the cookie reader program, it gives you a random quote each time you execute itgetconf
, the POSIXgetconf
programissue
, reads an "issue" file (/etc/issue or a user-suplied one)printf
, the POSIXprintf
commandtest
, the POSIXtest
command with some extensions for compatibility with "extended" shells and their scriptshpwd
, an implementation ofpwd
that replaces your $HOME with a prefix such as~
or something else. For use with PS1 on strict POSIX shellswttr
, program to get weather info fromwttr.in
cal
, an implementation of the POSIXcal
command, as described in the OpenBSD manpage, that strives to have the same alignment as Busybox's and has (or tries to have) the Toybox'scal
option to highlight specified days