Skip to content
#

console

Here are 247 public repositories matching this topic...

apengwin
apengwin commented Feb 6, 2020
  • I have marked all applicable categories:
    • exception-raising bug
    • [ x] visual output bug
    • documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
    • new feature request
  • [ x] I have visited the [source website], and in particular
    read the [known iss
nkh
nkh commented Jun 2, 2019

Ranger may be implementing this already, in which case a link to the documentation place would be appreciated.

Given that ranger starts a "preview process", pass keys, or commands, from ranger to the preview process, mangling them if necessary, and update the preview.

the main use case would be scrolling the preview, eg control (or alt) + arrows would be passed as arrows to the preview proce

dasteihn
dasteihn commented Dec 7, 2018

Describe the solution you'd like
I would really like to have some barcharts, but vertically.

Describe alternatives you've considered
The only possibility to implement this with acsiimatics I can imagine is drawing it completely manually

Consolatis
Consolatis commented Jan 11, 2018

I just now figured out that to move multiple lines the multi-cursor feature can be used: alt-{up,down} to select, c-x to cut and c-v to paste (also works across files).

Before that I was actually either moving line by line (including creating a new empty line before pasting) or using nano with [c-k]* -> c-u.

Copying won't work that way though because multi cursor copy does not include the li

seebye
seebye commented Jan 19, 2019

This issue is used as a collection of ideas of how to improve measuring the font size & padding.

Implementation:
On the first start inside a terminal emulator:

  • Lock stdout/stdin/whatever with a filelock (if it's possible to lock them? also it has to be possible to only lock reading / writing otherwise this won't lead to anything..) and determine the support for the following xterm
marcelpaulo
marcelpaulo commented Mar 17, 2018

tab --focus <title> in the rcfile generates error No tab with matching title: <title>, no matter if the title is explicit (tab --title) or automatically generated. The command works in the TUI, though.

I have this initial rcfile:

# default tabs
tab ls --sort status,!progress all
tab ls --sort !ratio complete
tab ls --sort status,!progress incomplete
tab ls --sort !progress dow
bug
nm17
nm17 commented Dec 20, 2019

The current documentation consists of 99% docstrings (No good examples of making modules, commands, etc...). The only good resource for understanding this library is dronesploit, which is hard to understand for a beginner.

Current problems

  • No "Getting started" page
  • No explanation on how base modules for storage work
  • No explanation on how to create modules
  • [ ]

Improve this page

Add a description, image, and links to the console topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the console topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.