alexzanderr

Results 27 issues of alexzanderr

So it looks like `termion` (the library that `joshuto` uses for input), it only supports Ctrl/Alt + a character https://docs.rs/termion/latest/termion/event/enum.Key.html So Ctrl+arrow_up/arrow_down is currently not supported https://gitlab.redox-os.org/redox-os/termion/-/issues/194 https://gitlab.redox-os.org/redox-os/termion/-/merge_requests/175 _Originally posted...

enhancement

Hello. Im trying to make the preview work well, by using this method: ```shell rs|md|toml) echo "hello: ${PREVIEW_WIDTH}" bat "${FILE_PATH}" \ --terminal-width="${PREVIEW_WIDTH}" \ --wrap=auto \ --color=always \ --pager=never \ --style=plain...

bug

i have a folder which is git ignored, in that folder there are some markdowns that i want to see using glow --all but not be available for github. some...

enhancement

hey. very beautiful app, i love it. this changed my workflow. but there is no `gruvbox` theme. im calling a feature request for this so you guys can make it...

nvim-cmp recently made it floating window, in which it can customize the text with colors. ![image](https://user-images.githubusercontent.com/54772464/142692074-15616ec5-cb34-462d-b79a-1e0083b0b0a1.png) for example here i would like to color with red, for example, all the...

have you thought to use `bat` to print highlighted source code ? like this ![image](https://user-images.githubusercontent.com/54772464/162052323-31f701e4-5280-4166-a67b-5ce92aa22911.png) can i make a pull request with this idea ?

enhancement

hello. i just want to get a character in non blocking way. ```rust use pancurses::{ initscr, endwin, Input, noecho, }; use rand::{ thread_rng, Rng, }; fn main() { let window...

i dont know if there is a function for that. i read the docs, i didnt find any related content. im requesting a feature. please add a function callable from...

feature
pr-welcome