Commit Graph

70 Commits

Author SHA1 Message Date
bc54a2d418 Merge pull request 'Add exclusion flag to upload command' (#25) from 23-upload-exclusion-flag into master
Reviewed-on: https://stupstech.de/dev/Mr_Steppy/multi-ssh/pulls/25
2025-02-03 16:09:35 +01:00
290a64d0ab Add exclusion flag to upload command 2025-02-03 16:08:36 +01:00
93eed1dc7f Merge pull request 'Add pure flag to upload command' (#24) from 22-upload-pure-flag into master
Reviewed-on: https://stupstech.de/dev/Mr_Steppy/multi-ssh/pulls/24
2025-02-03 15:37:14 +01:00
c9b95d2b0c Add pure flag to upload command 2025-02-03 15:36:16 +01:00
1633636cab Merge pull request '20-dot-and-wildcard-paths-are-not-correctly-resolved-when-reffering-to-remote-files-or-ssh-targets' (#21) from 20-dot-and-wildcard-paths-are-not-correctly-resolved-when-reffering-to-remote-files-or-ssh-targets into master
Reviewed-on: https://stupstech.de/dev/Mr_Steppy/multi-ssh/pulls/21
2025-02-03 13:25:39 +01:00
6d8b16b011 Fix canonicalization adding files with empty name 2025-02-03 13:14:40 +01:00
2eb37aa07a Fix canonicalization of remote files 2025-02-03 13:05:47 +01:00
ffd8f71f8b Add collect_full_output method to commands 2025-02-03 12:33:15 +01:00
930e02d802 Add remaining TODOs 2025-02-03 02:19:01 +01:00
6e4a23254a Canonicalize files to upload if they are on remote server 2025-02-03 01:47:36 +01:00
329ba8f381 Canonicalize upload directory when uploading to local 2025-02-03 00:51:56 +01:00
da2b6097e9 Add relative local path ankers, when parsing servers 2025-02-03 00:29:23 +01:00
f2f7f3bae9 Merge pull request 'Support uploading multiple files' (#19) from 13-allow-multiple-files-in-upload-command into master
Reviewed-on: https://stupstech.de/dev/Mr_Steppy/multi-ssh/pulls/19
2025-02-02 22:07:09 +01:00
04a8ebef38 Support uploading multiple files 2025-02-02 22:04:59 +01:00
60f5055c5e Merge pull request '15-allow-uploading-files-from-another-server' (#18) from 15-allow-uploading-files-from-another-server into master
Reviewed-on: https://stupstech.de/dev/Mr_Steppy/multi-ssh/pulls/18
2025-02-02 14:25:26 +01:00
167f557d3a Add example to README.md 2025-02-02 14:23:57 +01:00
4b4c7b9416 Add file-server parameter to upload command 2025-02-02 14:16:16 +01:00
aa1f53d225 Merge pull request 'Allow localhost as server target' (#17) from 14-allow-locahost-as-server-target into master
Reviewed-on: https://stupstech.de/dev/Mr_Steppy/multi-ssh/pulls/17
2025-02-02 02:25:16 +01:00
b6b389e5a0 Allow localhost as server target 2025-02-02 02:23:25 +01:00
a83cf1013c Merge pull request 'Rename working-directory flag to download-directory and use ~/Downloads as default download directory' (#16) from #7-Use-home-downloads-as-default-directory-for-downloads into master
Reviewed-on: https://stupstech.de/dev/Mr_Steppy/multi-ssh/pulls/16
2025-02-01 13:54:04 +01:00
71d089512e Rename working-directory flag to download-directory and use ~/Downloads as default download directory 2025-02-01 13:52:34 +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
Reviewed-on: https://stupstech.de/dev/Mr_Steppy/multi-ssh/pulls/12
2025-01-15 18:19:04 +01:00
25286daea9 Add spaces to confirm prompts 2025-01-15 18:18:01 +01:00
0829590486 Add confirmation dialoge when file already exists in download directory 2025-01-15 13:45:49 +01:00
c7415478a8 Add input macro similar to pythons input function and replace previous usages of input acquisition 2025-01-15 13:38:56 +01:00
8f9ae82e6a [WIP] add input function and ask user whether he wants to override files 2025-01-08 18:34:59 +01:00
effe1418eb Merge pull request 'Add command module' (#10) from command-execution into master
Reviewed-on: https://stupstech.de/dev/Mr_Steppy/multi-ssh/pulls/10
2025-01-08 16:32:45 +01:00
51c8286565 Use collect_output where possible 2025-01-08 13:43:05 +01:00
a932a9eb67 Add collect_output function to shell commands 2025-01-08 13:38:51 +01:00
fefdffe1e9 Use run function for commands where possible 2025-01-08 10:24:15 +01:00
0c56e837d4 Improve command error messages and unit test coverage 2024-12-18 11:35:38 +01:00
b6002b635d Add unit test to command module 2024-12-17 15:40:53 +01:00
9befc1fcf2 Fix and refactor command module 2024-12-17 15:29:35 +01:00
f3e965394e Implement command module 2024-12-17 10:31:02 +01:00
d0a14d7763 Add command module 2024-12-17 06:19:09 +01:00
bdd1652595 Merge pull request 'Add proper logging' (#9) from logging into master
Reviewed-on: https://stupstech.de/dev/Mr_Steppy/multi-ssh/pulls/9
2024-12-17 06:03:26 +01:00
b88fabb725 replace print calls with log calls 2024-12-17 06:02:25 +01:00
4a3fd978a4 fix --quit not conflicting with --info and use default value for log level 2024-12-17 05:49:37 +01:00
7f3adc9bc2 fix --quit not conflicting with --info and use default value for log level 2024-12-17 05:38:39 +01:00
c25e0264b4 Add log level parameters to CLI (untested) 2024-12-16 15:48:05 +01:00
058830e510 Refactor logger module 2024-12-16 15:41:15 +01:00
5ea52fdf0e Add basic logger 2024-12-16 14:34:40 +01:00
45914bd567 Add editor feature 2024-12-15 14:34:19 +01:00
fbf1c1ca76 Fix typo 2024-12-14 17:59:05 +01:00
375ecb386b Update README.md
Improve configuration section and add building from source section
2024-12-14 17:58:13 +01:00
d48fa4d489 Don't attempt to upload if no servers were given 2024-12-13 21:30:21 +01:00
826bc237a3 Show error message if ssh-agent failed to start 2024-12-13 21:03:05 +01:00
ebb78c3628 Also show working directory on action overview
Fixes #1
2024-12-13 18:09:17 +01:00
80d53e78ca Remove unneeded TODO item 2024-12-13 13:46:10 +01:00
949631b03e Add README.md 2024-12-13 13:22:49 +01:00