leo-arch
leo-arch
Hi @jhawthorn. First of all, great work! Simple, lightweight, hackable, and written in C. Straight to the point. I added a few new features: * Multi-selection. There's a previous pull...
Hi @comradekingu! Long time no see. I recently updated the .po files, but I'm getting [merging errors](https://hosted.weblate.org/projects/clifm/clifm/#repository) in Hosted Weblate. Could you please take a look at it? Thank you...
#### Runtime Environment - Operating system and version: archlinux - Terminal emulator and version: xterm (372), vte (0.28.2) - Python version: 3.10.5 - Ranger version/commit: 1.9.3 - Locale: en_US.UTF-8 ####...
[CliFM](https://github.com/leo-arch/clifm) is a file manager with a unique approach: unlike most file managers, based on some kind of TUI, CliFM is entirely based on the command line.
## Checklist for submitting a pull request to `Terminals Are Sexy`: - [X] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/contributing.md) of this repo. - [X] I have...
- [x] I have read through the manual page (`man fzf`) - [x] I have the latest version of fzf - [x] I have searched through the existing issues ##...
# Clifm's FAQ Feel free to add here those things that made you wonder "How do I ..." when you first met **clifm**. Example: > ### How do I clear...
### Prerequisites - [X] I have searched all issues/PRs to ensure it has not already been reported or fixed. ### Criteria - [X] Non-GUI tool - [X] Reasonably well-known and...
**Issue**: As the tittle says, `skim` isn't properly clearing the screen at exit (`abort`) whenever `--height` is set (the screen isn't cleared at all in fact). **Expected behavior**: clear the...
Whenever an item in the list of entries passed to `skim` is _dimmed_, `skim` does not properly understand this and translate it rather as _dimmed/underlined/reversed/blinking_. Example: ```sh echo -e "\x1b[2;33mDIM\x1b[0m\nnormal\nnormal2"...