Skip to content
#

terminal-based

Here are 668 public repositories matching this topic...

spotify-tui

ssh rdp vnc telnet sftp bastion/jump web putty xshell terminal jumpserver audit realtime monitor rz/sz 堡垒机 云桌面 linux devops sftp websocket file management rz/sz otp 自动化运维 审计 录像 文件管理 sftp上传 实时监控 录像回放 网页版rz/sz上传下载/动态口令 django

  • Updated Aug 3, 2020
  • Python
Byron
Byron commented Mar 15, 2020

Previously jwalk would follow symlinks, so we could not use it and instead implemented our own traversal.

Now with jwalk 0.5, this is supported and we can use our standard jwalker to do the job.

https://github.com/Byron/dua-cli/blob/543f7f3948c26250a8fc6ebf79a49f3ddfa3cb63/src/interactive/app/handlers.rs#L305-L340

The function above would have to change to use jwalk. It should be straight

WardBrian
WardBrian commented Jul 18, 2020

Because BlockLabels uses _lines instead of _title, set_title does nothing.

To reproduce:

import py_cui
root = py_cui.PyCUI(2,2)
root.set_title('Block Labels')
label = root.add_block_label('Hello\nWorld', 0,0, row_span=2, column_span=2)
label.set_title('Goodbye\nWorld')
root.start()

Expected behavior
set_title(title) should set the BlockLabel's ._line

pyShelf
MartenBE
MartenBE commented Jul 26, 2020

In src/frontend/settings.py I've found the following:

# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = "@(9b9jslgg41u1u=mr)-2*-n2x0vef0zsy39*z@sz18&tvow18"

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = TEMPLATE_DEBUG = True
if DEBUG is True:
    from pudb.remote import set_trace
ALLOWED_HOSTS = CONFIG.allowed_hosts

Improve this page

Add a description, image, and links to the terminal-based 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 terminal-based topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.