Skip to content

Opening shell in current DirSheet #2086

Answered by saulpw
cool-RR asked this question in Q&A
Discussion options

You must be logged in to vote
DirSheet.addCommand('', 'sysopen-shell', '''
import subprocess
with SuspendCurses():
    subprocess.call(os.getenv('SHELL'), cwd=str(source))
''')

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cool-RR
Comment options

Answer selected by cool-RR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants