Skip to content

0.0.5

Latest
Compare
Choose a tag to compare
@xplshn xplshn released this 01 Oct 02:36
· 12 commits to master since this release
  • Added listen and dial, 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) and walk, this pair of commands is really handly, you can use walk + grep or xo or any other regexp matching program to find stuff in directories, and you can pipe the output of walk to fin 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