Charm – Tools to make the command line glamorous
151–160 of 223 posts
Re: Charm – Tools to make the command line glamorous
#152I 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 do wish it was easier to select text from the terminal screen without using the mouse. Check out TMUX. TMUX has a copy mode that can be used to navigate the scrollback buffer for any TMUX window/pane and select and copy text. By default, that text is copied to a TMUX paste buffer, but can be copied to the system buffer using a simple command (e.g., `tmux show-buffer | pbcopy` on macOS or `tmux show-buffer | xsel…
Re: Charm – Tools to make the command line glamorous
#153For a command line library, this site is really fun and well put together.
I upvoted for the web design...
It's very difficult to please HN when it comes to design, and usually the best design here is no design at all. If as a web designer you can't express yourself even for non-critical and lighthearted landing and showcase pages like these, the amount of outlets available to exercise your creativity becomes very narrow. I can't help but feel that in the eyes of this forum it's a pointless endeavour and not worth aspiring for.
Re: Charm – Tools to make the command line glamorous
#154The SSH angle is neat though. It works much better then vnc/parsec at lower bandwidths.
Re: Charm – Tools to make the command line glamorous
#155I 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
#156Earlier quoted context omitted.
Oh, do I have a terminal emulator to sell you: https://hyper.is/ > Hyper is an Electron-based terminal
I mean Hyper is really just an IDE that's REPL focused and so it makes as much sense to be in Electron as VSCode.
Re: Charm – Tools to make the command line glamorous
#157Earlier quoted context omitted.
Everything there is worded so that sysadmins and devops kind of persons will love it. All the product names are cute and innocuous. This is a huge red flag and the entire operation is highly suspicious.
What do you suspect they are doing?
Re: Charm – Tools to make the command line glamorous
#158Re: Charm – Tools to make the command line glamorous
#159Love the website!
Re: Charm – Tools to make the command line glamorous
#160I love Charm; doing `ssh git.charm.sh` is a lot of fun and really sparks the imagination about SSH apps. They also have usable solutions for auth and storage, which like, if you're thinking of writing something like this are the first things you'd start reaching for. They also work hard to enable you to run all your own services, so you don't rely on the Charm cloud for everything. Definitely a good model for future…
The dynamic intuitive interface provided by `ssh git.charm.sh` is a wonderful example of how text-based user interfaces do not need to be limited to REPL. I wonder if there is space for a new text-based web browser that adopts some of the design features showcased by Charm.