Joel Bennett · @jaykul
365 followers · 547 posts · Server fosstodon.org

What if your shipped with Copilot?

I'm still not sure if this is something I need or not, but I got Microsoft's CodexCLI working (again), just so I could show it off.

This is how I want github CLI to integrate.

I *do* like the explanations the current Copilot CLI gives, but I want this in the readline because I want to be able to edit the command I get back.

i.imgur.com/8vbkF48.gif

P.S. My working fork is at github.com/Jaykul/ReadlineAI

#readline #copilot #powershell #bash #zsh #psreadline

Last updated 1 year ago

@chrys My daily use command line productivity tools are:

1. support. C-a, C-e, C-r and tab-completion will save you h o u r s (M-f, M-b are second-tier here)

2. less and tail

3.

4. and scp *esp with keys*

5. scripting *on the command line*. that is, writing this in a single line: "while true; do CMD; sleep 1s; done" (more general and less fragile than `watch`)

6. cut and tr (for simple "parse every line of output" situations)

7. and (for hard ones)

#readline #grep #ssh #bash #sed #awk

Last updated 1 year ago

@strbytes I wonder if noline could be (or already has been) used to make a that adds to all input boxes, including the urlbar.

I've been burned by a couple plugins that claimed to do this in the past, but maybe this time...

#firefox #plugin #readline #eMacs

Last updated 1 year ago

Aral Balkan · @aral
34184 followers · 24608 posts · Server mastodon.ar.al

Wondering how to get readline working in a non-primary node cluster process while keeping colour output via Chalk in your CLI app?

(I’m pretty sure you’re not but, hey, I ran into this today and I’m documenting it in hopes it might help someone else sometime.)

Check out the implementation in Kitten’s development-time process manager (this little file is what Kitten uses in place of a heavyweight module like Nodemon):

codeberg.org/kitten/app/src/br

#kitten #nodejs #cluster #readline #chalk #cli

Last updated 2 years ago

David R :antiverified: · @davidr
201 followers · 1532 posts · Server hachyderm.io

looks amazing, but you will pry support and other keybindings out of my cold, dead fingers. Also, I like to have notes in one buffer and code in another. Is there a way to have local obsidian display but still edit with emacs?

#obsidian #readline #eMacs

Last updated 2 years ago

μCodery · @ucodery
25 followers · 59 posts · Server fosstodon.org

'tis the season to shave rc files. I think I am almost happy with how my and work together

#neovim #readline #starship #bash #python

Last updated 2 years ago

yeti · @yeti
34 followers · 60 posts · Server emacs.ch

@nathand has a nice sidekick .
E.g. helpful for poking around in text protocols e.g. using `rlwrap nc server port`.

#readline #rlwrap

Last updated 2 years ago

Nathan DeGruchy · @nathand
108 followers · 3270 posts · Server fosstodon.org

What's better than finding a new shiny tool? Finding out that your existing tools already *have* those features, hidden behind a config.

degruchy.org/#20221129-gnu-rea

#emacs #gnu #readline #config #cli

Last updated 2 years ago

Neil H Watson · @controlc
63 followers · 152 posts · Server mastodon.social
· @L29Ah
156 followers · 1614 posts · Server qoto.org

@rf @ua
‰ socat /tmp/printer readline
2022/11/26 21:07:12 socat[4961] E unknown device/address "readline"
дебиан это унижение
дистрибутив для опущенцев

#говно #debian #socat #readline

Last updated 2 years ago

I always forget about , this is a really nice utility to add support to any command.
Links :
[RLWRAP UTILITY FOR SQLPLUS AND RMAN – Mürsel BAKAY's Oracle Blog](murselbakay.com/rlwrap-utility)
[Unwrapping rlwrap | KX](kx.com/blog/unwrapping-rlwrap/)

#rlwrap #readline #cli

Last updated 2 years ago

David R · @davidr
3 followers · 17 posts · Server hachyderm.io

@tara I might do this just to have editing.

#eMacs #readline

Last updated 2 years ago

Daniel · @dad
548 followers · 6804 posts · Server mastodon.eole.education
Daniel · @dad
548 followers · 6804 posts · Server mastodon.eole.education

@redfrog alors Ctrl+u don't do that.

It delete all characters from cursor to the begining of the line.

The reverse is Ctrl+k which delete all characters from cursor to the end of line

See manpages.debian.org/bullseye/r

#GNU #readline #emacs #keybinding #keyboard

Last updated 3 years ago

po̊lættïx · @polettix
38 followers · 1122 posts · Server octodon.social
Kenichi Nakamura · @kenichi
45 followers · 146 posts · Server pdx.social
postmodern · @postmodern
565 followers · 452 posts · Server ruby.social

@veer66 ah here's an example (in C) of combining libreadline but with ncurses as the input/output, which requires overriding some global function pointers.
github.com/ulfalizer/readline-

#readline #ncurses

Last updated 7 years ago