doitlive
doitlive copied to clipboard
Because sometimes you need to do it live
Hi, I cannot use `\` to enter a line-break when using a lengthy command, e.g. ``` $ vmcreate --project=lve \ > --user=test \ > --password=secret ``` Can you please advise...
Solves #91! I had to jump through hoops to keep everything compatible with Python 2. It might be a good idea to remove support for it all together and bump...
There is a small typo in tests/test_doitlive.py. Should read `because` rather than `becuase`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.4 to 4.1.2. Changelog Sourced from sphinx's changelog. Release 4.1.2 (released Jul 27, 2021) Incompatible changes #9435: linkcheck: Disable checking automatically generated anchors on github.com (ex. anchors...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 20.11.1 to 21.4.3. Release notes Sourced from flake8-bugbear's releases. 21.4.3 Verify the element in item_context.args is of type ast.Name for b017 21.4.2 Add another hasattr() check to...
Hi! After adding the support of ctrl-L keyboard shortcut, I've noticed the keyboard strokes are managed in a one big `if...else`, and that some of the keystrokes being handled are...
Clearing the screen using the ctrl-L keyboard shortcut instead of 'clear' Signed-off-by: Dvir Bechor
In a terminal, Ctrl-L works the same as entering `clear`: It scrolls down until only the current line is visable. It would be cool if doitlive could handle Ctrl-L the...
https://gist.github.com/sloria/b4a5fc2281f86a5733af198d609c5ab3