Leonard Steppy Mr_Steppy
  • Joined on 2024-12-03
0829590486 Add confirmation dialoge when file already exists in download directory
c7415478a8 Add input macro similar to pythons input function and replace previous usages of input acquisition
Mr_Steppy created pull request Mr_Steppy/multi-ssh#12 2025-01-09 20:21:11 +01:00
WIP: Ask user whether they want to override already existig files when editing
8f9ae82e6a [WIP] add input function and ask user whether he wants to override files
Mr_Steppy commented on issue Mr_Steppy/multi-ssh#2 2025-01-08 18:16:05 +01:00
Fuzzy path matching

Upon second thought, this feature seems really unnecessary and even harmful

Mr_Steppy closed issue Mr_Steppy/multi-ssh#2 2025-01-08 18:16:05 +01:00
Fuzzy path matching
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