Leonard Steppy Mr_Steppy
  • Joined on 2024-12-03
Mr_Steppy merged pull request Mr_Steppy/multi-ssh#10 2025-01-08 16:32:46 +01:00
Add command module
Mr_Steppy closed issue Mr_Steppy/multi-ssh#6 2025-01-08 16:32:46 +01:00
Add run method to ShellCommand
Mr_Steppy pushed to master at Mr_Steppy/multi-ssh 2025-01-08 16:32:46 +01:00
effe1418eb Merge pull request 'Add command module' (#10) from command-execution into master
51c8286565 Use collect_output where possible
a932a9eb67 Add collect_output function to shell commands
fefdffe1e9 Use run function for commands where possible
0c56e837d4 Improve command error messages and unit test coverage
Compare 9 commits »
Mr_Steppy deleted branch command-execution from Mr_Steppy/multi-ssh 2025-01-08 16:32:46 +01:00
Mr_Steppy commented on pull request Mr_Steppy/multi-ssh#10 2025-01-08 13:45:42 +01:00
Add command module
  • Test briefly whether editor now fails properly if file failed to download
Mr_Steppy pushed to command-execution at Mr_Steppy/multi-ssh 2025-01-08 13:43:14 +01:00
51c8286565 Use collect_output where possible
Mr_Steppy pushed to command-execution at Mr_Steppy/multi-ssh 2025-01-08 13:39:03 +01:00
a932a9eb67 Add collect_output function to shell commands
Mr_Steppy commented on pull request Mr_Steppy/multi-ssh#10 2025-01-08 11:03:50 +01:00
Add command module
  • Add collect_output function to Command
Mr_Steppy pushed to command-execution at Mr_Steppy/multi-ssh 2025-01-08 10:24:34 +01:00
fefdffe1e9 Use run function for commands where possible
Mr_Steppy opened issue Mr_Steppy/multi-ssh#11 2024-12-19 13:24:19 +01:00
Add confirmation dialouge when a file to edit already exists in the working directory
Mr_Steppy pushed to command-execution at Mr_Steppy/multi-ssh 2024-12-18 11:35:44 +01:00
0c56e837d4 Improve command error messages and unit test coverage
Mr_Steppy pushed to command-execution at Mr_Steppy/multi-ssh 2024-12-17 15:41:00 +01:00
b6002b635d Add unit test to command module
Mr_Steppy pushed to command-execution at Mr_Steppy/multi-ssh 2024-12-17 15:29:42 +01:00
9befc1fcf2 Fix and refactor command module
Mr_Steppy pushed to command-execution at Mr_Steppy/multi-ssh 2024-12-17 10:31:09 +01:00
f3e965394e Implement command module
Mr_Steppy created pull request Mr_Steppy/multi-ssh#10 2024-12-17 06:20:56 +01:00
WIP: Add command module
Mr_Steppy created branch command-execution in Mr_Steppy/multi-ssh 2024-12-17 06:19:15 +01:00
Mr_Steppy pushed to command-execution at Mr_Steppy/multi-ssh 2024-12-17 06:19:15 +01:00
d0a14d7763 Add command module
Mr_Steppy deleted branch logging from Mr_Steppy/multi-ssh 2024-12-17 06:03:44 +01:00
Mr_Steppy pushed to master at Mr_Steppy/multi-ssh 2024-12-17 06:03:27 +01:00
bdd1652595 Merge pull request 'Add proper logging' (#9) from logging into master
b88fabb725 replace print calls with log calls
4a3fd978a4 fix --quit not conflicting with --info and use default value for log level
7f3adc9bc2 fix --quit not conflicting with --info and use default value for log level
c25e0264b4 Add log level parameters to CLI (untested)
Compare 7 commits »
Mr_Steppy merged pull request Mr_Steppy/multi-ssh#9 2024-12-17 06:03:26 +01:00
Add proper logging