1
0
Fork 0
mirror of https://github.com/seqizz/go-tools.git synced 2024-09-07 10:50:30 +02:00
Collection of tools I've written in golang (it was long time ago)
Find a file
2024-08-02 20:33:46 +02:00
ago Add ago 2024-08-02 20:33:46 +02:00
did initial 2017-01-10 13:27:42 +03:00
kahin Typo 2017-09-24 23:33:29 +02:00
mprun initial 2017-01-10 13:27:42 +03:00
sshit sshit script function 2017-03-08 21:36:57 +03:00
watchy Add watchy 2024-07-24 12:03:17 +02:00
wpmedia2hugo wpmedia2hugo fixed 2017-01-24 13:35:09 +03:00
wwn initial 2017-01-10 13:27:42 +03:00
.gitignore Add gitignore 2024-07-24 11:50:37 +02:00
LICENSE initial 2017-01-10 13:27:42 +03:00
README.md Add ago 2024-08-02 20:33:46 +02:00

go-tools

Collection of tools I've written in golang

  • ago: Get the time difference between now and given unix timestamp, in human readable format

  • did: A simple, cli-based task logger. Mainly intended for multi-admin environments.

  • kahin: A tool to find which directory fills the given disk, with a somewhat unique algorithm.

  • mprun: Miserable parallel script runner

  • sshit: Parallel ssh runner with config file support

  • watchy: A simple "watch -n" like tool, with instant-refresh support

  • wwn: Shows FC wwn's of a Linux system

  • wpmedia2hugo: A helper program for parsing a wordpress blog's xml output to Hugo markdown