Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
2211
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
2211
8y ago
I'm working on a guide that will cover the entire process of creating a terminal user interface in bash. I want to create a central location for the information I've gathered so it may be of benefit to others. I also hope that peo
2.
▲
by
2211
8y ago
You could probably pull it off in POSIX sh if you basically made a file manager TUI around 'ls' (this isn't a bad idea actually). ;)
3.
▲
by
2211
8y ago
There's no library to handle all of this for you ('ncurses' etc). It has to all be done manually by hand. This involved scouring through VT100 and other terminal manuals to figure out escape sequences and other terminal behav
4.
▲
by
2211
8y ago
Thanks, that's the idea. The project is still young so don't hesitate to bug me with issues etc. I'm sure you'll come across some. :)
5.
▲
by
2211
8y ago
I can very easily add optional support for either 'fzf' or another fuzzy matcher. I'll take a look at implementing this in pure bash but I doubt it'd match the speed of a dedicated tool in this instance. The current sear
6.
▲
by
2211
8y ago
I use the search feature to quickly navigate through directories. I have 'CD on exit' configured as well so I can quit 'fff' and I'm in the new directory ready to type commands. I also like that I can hit 'l&#x
7.
▲
by
2211
8y ago
The entire program was rewritten and the source is now highly readable. The rewrite also made features like 'LS_COLORS' support possible. A lot of optimization was done and the program no longer redraws the entire screen per key-p
8.
▲
Show HN: Fff – A terminal file manager written in bash
(github.com)
55 points
by
2211
8y ago
|
17 comments
9.
▲
Neofetch – A command-line system information tool
(github.com)
1 points
by
2211
8y ago
|
0 comments
10.
▲
by
2211
8y ago
This is something I've put together over the past couple of days. It's still a work in progress but I'm posting it here to get some critique and hopefully some contributions. I'd love to see what others come up with. If
11.
▲
Pure Bash Bible – A collection of pure bash alternatives to external processes
(github.com)
4 points
by
2211
8y ago
|
1 comments
12.
▲
by
2211
8y ago
I wrote this yesterday so it's a WIP but it's fairly complete. It's a tiny pixel art editor for your terminal. There's a screenshot in the link above so check it out. - Vim hjkl movement. - Supports 256 terminal palette.
13.
▲
Show HN: Pxltrm – [WIP] a pixel art editor inside the terminal
(github.com)
2 points
by
2211
8y ago
|
1 comments
14.
▲
by
2211
8y ago
For those interested in how far the project has come, here's the first version of Neofetch (previously called fetch.sh). https://github.com/dylanaraps/neofetch/tree/90130a7e0763bffd... Disclaimer: I'
15.
▲
Show HN: Neofetch – A command-line system information tool written in bash 3.2+
(github.com)
7 points
by
2211
8y ago
|
1 comments