Earlier quoted context omitted.
You said accessible, so would you expect terminal applications to work with screen readers for example? What about localisation?
> would you expect terminal applications to work with screen readers for example Can you explain to me any way in which they might not, bearing in mind they're basically text.
Charm – Tools to make the command line glamorous
201–210 of 223 posts
Re: Charm – Tools to make the command line glamorous
#202I love the general renaissance of terminal UI tools we are seeing in the last few years. I can't quite put my finger on what I like about it so much. Something to do with the simplicity and directness of these UIs, guaranteed optimised for efficient keyboard nav, widespread adoption of vim-like navigation keys, and the fact that they link directly with my terminal shell so I can stay entirely in a stream of thought w…
> I can't quite put my finger on what I like about it so much. I can. Doesn't require a 1.5GB build directory to make a 500MB binary that uses 3GB of RAM to display a chat client/music player/etc.
Re: Charm – Tools to make the command line glamorous
#203Earlier quoted context omitted.
My first exposure to anything that could be related to professional day-to-day work was when my dad taught toddler-me how to use DOS in Windows 3.1 Unfortunately for me, I didn't do anything else remotely related to programming until my 20s. But I think this early exposure to a command line made it much easier to go through tutorials, since everything that I used to learn early on involved a unix terminal. Anyways, c…
Same thing for me with terminals, I like it in a way that feels different than other things
Re: Charm – Tools to make the command line glamorous
#204Re: Charm – Tools to make the command line glamorous
#205Earlier quoted context omitted.
By default, you are probably uniquely identifiable: the SSH client sends your public keys, and sites like GitHub and GitLab publish the public keys for each account too. Someone made a demonstration SSH server a few years back that would greet you by GitHub username based on this, but I can’t immediately find it. If you don’t specify a username, your local account name will be used and thereby disclosed. Much more se…
ssh whoami.filippo.io
https://words.filippo.io/ssh-whoami-filippo-io/ and https://github.com/FiloSottile/whoami.filippo.io are useful. It suggests also adding the option IdentitiesOnly yes.
Re: Charm – Tools to make the command line glamorous
#206Earlier quoted context omitted.
I do think so. Terminal applications tend to be really accessible.
You said accessible, so would you expect terminal applications to work with screen readers for example? What about localisation?
Re: Charm – Tools to make the command line glamorous
#207I have one major problem with a lot of the recent TUI stuff that’s been happening: it almost always assumes dark terminal, and uses techniques that work poorly or terribly on light terminals. For example: bat’s default colour scheme uses white text for the contents of files except where syntax highlighting changes it. Not the default colour, but white . This makes it completely unusable for me without --theme=ansi (w…
Re: Charm – Tools to make the command line glamorous
#208Earlier quoted context omitted.
You said accessible, so would you expect terminal applications to work with screen readers for example? What about localisation?
I did not mean that kind of accessible. I mean easy to get, easy to install, easy to manage, easy to distribute.
Re: Charm – Tools to make the command line glamorous
#209Earlier quoted context omitted.
You said accessible, so would you expect terminal applications to work with screen readers for example? What about localisation?
> would you expect terminal applications to work with screen readers for example Can you explain to me any way in which they might not, bearing in mind they're basically text.
It being "basically text" doesn't matter; a pdf can be mostly just text but that doesn't mean in any shape or form that it's searchable.
Re: Charm – Tools to make the command line glamorous
#210I'm at the opposite end of the cli taste spectrum (my PS1 is a single character), but I love this site.