]> git.neil.brown.name Git - edlib.git/history - python/lib-shellcmd.py
Start git-mode: selection menu item to view git commit.
[edlib.git] / python / lib-shellcmd.py
2023-10-01 NeilBrownStart git-mode: selection menu item to view git commit.
2023-07-27 NeilBrownemacs: support shows shell output in a popup.
2023-07-12 NeilBrownAdd lib-askpass
2023-06-28 NeilBrownIntroduce edlib_testing().
2023-06-28 NeilBrownpython: change how modules are loaded into the interpreter
2023-05-26 NeilBrownUpdate some copyright dates.
2023-05-26 NeilBrownpython: remove stray edlib.LOG calls.
2023-05-26 NeilBrownAvoid showing shell output when it requested an edit...
2023-05-26 NeilBrownemacs: if shell command produces no output - say so.
2022-09-03 NeilBrownUpdate the year in some copyright claims
2022-09-03 NeilBrownshellcmd: support sending stdin content to the command
2022-09-03 NeilBrownshellcmd: allow a callback to be scheduled
2022-02-08 NeilBrownshellcmd: support suppression of the footer
2021-09-18 NeilBrownIgnore utf-8 conversion errors in all python code.
2021-08-14 NeilBrowntest: change the handling of EDLIB_REPLAY_DELAY
2021-07-03 NeilBrownUpdate copyright dates on lots of files.
2021-06-30 NeilBrownshell-mode: before running shell command, check that...
2021-06-30 NeilBrownemacs/shell: use same pane for new shell command.
2021-06-30 NeilBrownshell-mode: ensure PWD never ends in '/'
2021-06-12 NeilBrowngrep/shell: remove some variability when testing
2021-06-11 NeilBrownpython: use ret='pane' to return a pane,
2021-04-22 NeilBrownUse subprocess.DEVNULL where appropriate
2020-08-01 NeilBrownpython: remove ; from the end of lines.
2020-08-01 NeilBrownshell: don't always honour shell-reuse
2020-08-01 NeilBrownshell: use an edlib command to run a process in a shell
2020-08-01 NeilBrownshell: add default viewer that follows output.
2020-08-01 NeilBrownshell: add process status to status line.
2020-06-01 NeilBrownshell/make: catch errors from Popen.
2020-04-25 NeilBrownshell: allow there to be multiple shell docs
2020-04-13 NeilBrownemacs: handle auto-save files.
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-23 NeilBrownshell/make: set PWD in environment, not CWD.
2020-03-22 NeilBrownmake/shell: handle 'Abort' properly.
2020-03-14 NeilBrownmake/shell: decode utf-8 one line at a time.
2020-03-13 NeilBrownmake/shell: add PWD to environment
2020-02-22 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-17 NeilBrownConvert python support to Python3
2020-02-17 NeilBrownshell: remove stray comma
2020-02-08 NeilBrowntext: add function to clear out document
2019-11-17 NeilBrownUpdate copyright dates.
2019-09-23 NeilBrownDiscard Esys
2019-07-19 NeilBrownshellcmd: ensure to get last of data.
2019-07-05 NeilBrownupdate dates in copyright messages.
2018-12-05 NeilBrownmake: destroy old make-output before starting new.
2018-08-07 NeilBrownGive symbolic names for error codes.
2018-07-24 NeilBrownshell command: various fixes.
2018-03-30 NeilBrownshellcmd: convert to individual handle functions
2017-09-27 NeilBrownDon't manualy free event when pane is closed.
2017-09-23 NeilBrownlib-shell: display cmd and cwd in top of window
2017-09-23 NeilBrownAdd an event:free interface
2017-09-21 NeilBrownlib-shellcmd: support running command in different...
2016-07-07 NeilBrownpython: remove the 'pane' variable passed to python...
2016-07-07 NeilBrownAdd command-refcounting to a pane's handle command.
2016-04-25 NeilBrownRemove .refresh() call from shellcmd
2016-04-22 NeilBrownshellcmd: clear .pipe earlier and guard against errors
2016-04-22 NeilBrownFix some issues with read events and EOF.
2016-04-21 NeilBrownshellcmd: fix 'read' function
2016-04-20 NeilBrownAdd "shell-command" functionality.