Viewing profile — Zaloog
Zaloog
HN member- Joined
- Tue, Nov 21, 2023, 3:18 AM UTC
- HN karma
- 32
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About Zaloog
No profile information was provided.
Recent public activity
-
comment
Comment #46632188
I just added a cli Interface to my existing tool kanban-tui. Now I can let the agent create tasks and work on them via cli and I can monitor or add new tasks on the fly on the TauI…
- story
-
comment
Comment #46113802
Location: Cologne, Germany Remote: Yes, prefer on-site Willing to relocate: yes Technologies: Python, SQL, AWS, Terraform, Git Résumé/CV: On request Github: https://github.com/Zalo…
-
comment
Comment #45828989
Ive built a TUI which utilizes blueutil [0]. It displays inline and supports j/k navigation. Also wrote a short post about its creation [1]. [0]: https://github.com/Zaloog/blueutil…
-
comment
Comment #45819993
Nice work. Ive also build a TUI over blueutil ( https://github.com/toy/blueutil ) for MacOs: https://github.com/Zaloog/blueutil-tui Its written in python using the textual framewor…
-
comment
Comment #44543599
Awesome library, I use it in ayu ( https://github.com/Zaloog/ayu ) to watch for changes in test files, to automatically rerun those tests.
-
comment
Comment #44091304
Working on a pytest plugin with a tui to run tests interactively and manage plugins and options
-
comment
Comment #43536089
How is rainfrog different from harlequin[0] [0] https://github.com/tconbeer/harlequin
-
comment
Comment #43280656
https://www.hundredsofbeavers.com/ Also worth a watch
- story
-
story
Show HN: TUI Bluetooth Connector for Mac
Hi, since sometimes my AirPods didn't autoconnect to my Macbook and I didn't want my hands to leave the keyboard. I looked for alternative solutions to quickly connect devices. Fou…
-
comment
Comment #42677278
Pixi might be something worth looking for, if you want a uv conda equivalent
-
comment
Comment #42360771
`brew install uv` and no more python troubles occur
-
comment
Comment #41994883
Started with rye first, but now fully turned to uv. Such a breeze to work with.
-
comment
Comment #41616399
How does this compare to Harlequin?
-
comment
Comment #39661333
I developed a kanban cli tool with some features like report creation and automatic task scanning. You can jnstall it with: pipx install kanban-python Source Screenshots +Feature l…
- story
-
comment
Comment #38384963
Thanks :) Anything you think that could be improved from your point of view?
-
story
Show HN: Kanban-Python a Terminal Kanban Application Written in Python
Hi everyone, I want to share my first published python package. It allows to manage multiple kanban boards in the terminal. And creates .json files to store the tasks for each spec…