Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.39 KB

File metadata and controls

26 lines (17 loc) · 1.39 KB

Tools and Utilities

About

This repository holds collected tools and utilities written for my own use.

See also

The Coding Challenges Repository which includes sevreal fully fucntioning tools and utilities.

My Dotfiles which also include some tools and utilities.

Completed Tools

  • Broken link finder which scans websites for broken links.
  • gcal allows downloading Google Calendar details in a markdown format compatible with Obsidian
  • bmenu is a simple menu generator that uses a simple text-based definition format.
  • cmenu is a cross-platform dmenu clone.
  • passgen includes tools and scripts for generating passwords and passphrases.
  • rpg-utils includes tools and utilities for Table Top Roleplaying Games, such as dice rollers and generators.
  • doctools has tools and utilities to manipulate documents and convert them into PDF

Work in Progress

  • srt2txt is a tool for converting srt caption files (as generated by Youtube automatically, for example). into clean text trascripts. The conversion works, but the web service is incomplete.
  • rmenu. A Cross platform dmenu replacement in rust.