Back to News
Advertisement
Advertisement

⚑ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 161 words in the discussion.

Trending Topics

#command#https#atuin#something#cool#github#com#using#commit#message

Discussion (9 Comments)Read Original on HackerNews

remiloufβ€’about 16 hours ago
RΓ©mi here, really cool! It kind of turned into a rabbit hole on my end: https://github.com/rlouf/sigil
syncβ€’about 17 hours ago
Nice ideas! I've been using the `?` shortcut in atuin [0] which accomplishes the same sort of thing, but these days also has access to an Agent-like experience which allows me to prompt something like "Conventional Commit message for unstaged changes" and it will call `git diff` (after asking permission, of course) and then generate the commit message.

[0] https://atuin.sh

brunoqcβ€’about 16 hours ago
Can you use any API like openai or openrouter with atuin?
BinaryMuseβ€’about 15 hours ago
Not currently, but we've been discussing how best to implement BYOK and BYOM setups
chrisshrobaβ€’about 17 hours ago
I have something similar, but it's a shell command which writes the command into a file then runs `print -z "$(cat /tmp/command.txt)"`, which prints the command directly to the command line input, so there's no copy paste step needed, it's just ready for me to hit enter (or adjust as needed). It's been wonderful!
gcrβ€’about 10 hours ago
Nifty! What pi extensions provide the batch web fetch?
foobarquxβ€’about 15 hours ago
llm-cmd-comp is the best of these types of tools.

https://github.com/CGamesPlay/llm-cmd-comp

guluarteβ€’about 17 hours ago
I've been using something like this with shelloracle
christoff12β€’about 14 hours ago
very cool, indeed