Aperocky

↗ HN profile [ 77.4 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. `cargo install tascli` Manages your own task and records in the terminal simply with tascli - tiny, fast and simple.

  2. All video links and play results in: `Uncaught TypeError: can't access property "length", args is undefined` if you are on Firefox and have ublock origin turned on. So the game begins again.

  3. I've created tascli to solve a need of simple activity tracker including task and record in local CLI. It's available via cargo and brew tap. It's simple, the API is minimal and without complex usage patterns. It…

  4. A simple task and record manager in CLI, with entries stored in a local sqlite file. Treats task (things with a due date) and records (things with only event date) separately and able to manage both.

  5. use git-paca to review, summarize and generate commitmsg with locally ran ollama models. go install github.com/Aperocky/git-paca@latest

  6. Hi HN! I've built hnterminal, a pip package that lets you browse, upvote, and comment on Hacker News from your terminal. To get started: $ pip install hnterminal $ hnterminal hnterminal is an interactive REPL…

  7. Hi HN! I've built hnterminal, a pip package that lets you browse, upvote, and comment on HN from terminal: $ pip install hnterminal $ hnterminal hnterminal is an interactive REPL environment with commands like…

  8. Fired up my gaming PC after 2 months hiatus for a game day, surprised that the entire disk where my games were stored was gone. Went to bios, saw that the drive was attempting to intermittently connect (and fail).…

  9. `pip install hnterminal` Responsive HN reader in terminal, with caching of histories and quick access and colored interface to comments, stories and users.

  10. Browse HN in terminal CLI, with high degree of flexibility. `pip install hnterminal` See readme for detailed usage, or just run `$ hnterminal` and type "help" Suggestion, feedback and pull requests welcome, next step…

  11. `pip install replbuilder` Making a small tool for easier repl building, no more manual argument parsing. Perfect for creating ops tools and other context heavy cli operations.

  12. Show HN: Diarycli (github.com)

    Having had good usage and some positive feedback on https://github.com/Aperocky/diaryman/blob/master/diaryman.sh, I decided to pack it into a pip package. Essentially, all this does is to make creating diary super…

  13. Playground for markov text generator, serving as a quick demo for `weighted-markov-generator` and associated hilarity