poetaman
poetaman
@vladdoster > Btw, how are you calculating instruction count? Using CPU performance counters, that's the most accurate one can get. On macOS this comes integrated with top, on Linux they...
@PhMajerus Thanks, I just had my first success in hand-editing that file. I really appreciate your sharing such historical insight into ANSI, will get back tomorrow (its a little late...
+1 I was looking for this... Yep it will be very helpful, thanks!
Also, at the very least it should be possible with fzf-tmux while using popup window, as fzf can send keys to the "current pane" to execute the command...
@kyazdani42 Is it possible to add a icon for a extension like ``.vimrc`` or ``.zshrc``? Currently, they do not get applied icon/color of ``vim`` or ``zsh`` for some reason. Note:...
For the last few days my laptop battery was draining too fast. Some basic testing showed that just opening nvim would start a python process that had almost constant 40%...
Steps I used to convert for utf-8 format: ``` cat LU-Holiday.ans | iconv -f CP437 | sed 'H;$!d;x;s/\x1A.*$//' ```
Check my first hand-edited version is now available for modern terminal emulators (colors depend on terminal colors): https://github.com/poetaman/arttime/commit/153cd08e2c21903efd0ed90a9d0b54388823e274#commitcomment-88263554 An ideal and concise spec for outputting ANSI for modern terminal emulators...
@andyherbert Nice, I would totally give it a try after your upcoming build is released. Btw, request ``2) start and end every line with with clear escape code \E[0`` from...
@amadeus Cool, this is what I coded to iterate through the types, with 1 caveat. I would prefer if transparency is 1, that RGBA get converted to HEX instead of...