Manfred Touron

As a daily routine, every morning, I find 10 ideas about a specific topic.

Sometimes, I will share the output of this exercice as blog posts here.

11 pages about "10 Ideas 💡"

12 ideas of minitools to put on GitHub

The ideas

  1. github-wait-ci: a small CLI tool that waits for a CI command to finish.
  2. repeat: a small CLI utilities that performs multiple “repeat” wofkflows
  • wait N secs between each iteration
  • stop of first failure
  • max iteration
  • per-iteration timeout
  • global timeout
  • silent mode
  • daemon mode
  • parallel mode
  • every N secs (variable sleep depending on the last execution time)
  • etc.
  1. cron-cli: a mini CLI tool that takes a crontab formatted definition and a command to run
  2. sync-gh-issues: a small tool that synchronizes GitHub issues with AirTable or other outputs.
  3. sync-trello-issues
  4. sync-jira-issues
  5. gh-watch-issue: a small CLI utility that blocks until an issue is updated by an event / a comment
  6. gh-event-stream: a small CLI utility that registers itself as a GitHub webhook and display real-time events.
  7. democragit: a bot that manages a repository based on votes (a better name is welcome)
  8. libp2p-bench: equivalent of apache-bench for libp2p
  9. gitcrypt++: an opinionted alternative to gitcrypt
  10. alfred-workflow-1password: access 1password from Alfred
Note: this article is the output of a routine, the content of this list won't change over time. It's, however, possible that I create a whole new list on the same subject as a dedicated new post.