Leonard Steppy Mr_Steppy
  • Joined on 2024-12-03
Mr_Steppy created repository Mr_Steppy/online_notification_bot 2025-01-26 23:40:17 +01:00
Mr_Steppy closed issue Mr_Steppy/multi-ssh#11 2025-01-15 18:21:07 +01:00
Add confirmation dialouge when a file to edit already exists in the working directory
Mr_Steppy pushed to master at Mr_Steppy/multi-ssh 2025-01-15 18:19:05 +01:00
96ac4d792f Merge pull request 'Ask user whether they want to override already existig files when editing' (#12) from 11-add-confirmation-dialogue-when-a-file-to-edit-already-exist-in-the-working-directory into master
25286daea9 Add spaces to confirm prompts
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
8f9ae82e6a [WIP] add input function and ask user whether he wants to override files
Compare 5 commits »
Mr_Steppy deleted branch 11-add-confirmation-dialogue-when-a-file-to-edit-already-exist-in-the-working-directory from Mr_Steppy/multi-ssh 2025-01-15 18:19:05 +01:00
Mr_Steppy merged pull request Mr_Steppy/multi-ssh#12 2025-01-15 18:19:04 +01:00
Ask user whether they want to override already existig files when editing
Mr_Steppy commented on pull request Mr_Steppy/multi-ssh#12 2025-01-15 17:27:49 +01:00
Ask user whether they want to override already existig files when editing
  • Needs testing
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