Commit graph

156 commits

Author SHA1 Message Date
veeso c0eb98c3f9 Renamed to lowercase termscp 2021-05-05 22:13:57 +02:00
veeso a35395bd51 Fixed upload transfer error not being logged 2021-05-01 21:59:52 +02:00
veeso 46864ee23a Merge branch 'main' into 0.5.0 2021-05-01 18:00:18 +02:00
veeso daa9a7c012 termscp logo 2021-05-01 17:58:00 +02:00
veeso 64bb2ed101 Merge branch 'main' into 0.5.0 2021-05-01 16:22:47 +02:00
veeso c48c73909d User manual; cleaned readme up 2021-05-01 10:38:13 +02:00
veeso 8bb66b53e0 Removed tui; added tuirealm 2021-04-25 23:00:49 +02:00
veeso 84c36f1789 0.5.0 setup 2021-04-23 22:05:05 +02:00
veeso 2214c1dee3 Removed winscp references 2021-04-23 22:03:12 +02:00
veeso 08b8946429 Working on 0.4.2 2021-04-13 09:06:22 +02:00
Christian Visintin d8547d8f21
fixed readme 2021-04-12 21:03:30 +02:00
veeso c6de101808 Merge branch 'main' of github.com:veeso/termscp into main 2021-04-12 21:01:11 +02:00
veeso d0688be5cb updated readme 2021-04-12 21:00:48 +02:00
Christian Visintin 35f37cc2d3
Removed codecov badge
tarpaulin is not saying the truth anyway
2021-04-07 15:58:19 +02:00
veeso 81ae310e3d Arch sha 2021-04-06 22:31:31 +02:00
veeso 3be890c63a Merge branch 'main' of github.com:veeso/termscp into main 2021-04-06 21:00:22 +02:00
veeso 64a08e1440 Scheduled release for 06/04/2021 2021-04-06 21:00:03 +02:00
Maël Valais b8c54b53d9
Readme: one-liner for Homebrew
The one-liner command

  brew install veeso/termscp/termscp

is equivalent to the two commands

  brew tap veeso/termscp
  brew install termscp
2021-04-05 17:22:30 +02:00
veeso 871a02c8b5 Updated contributing, issue templates and docs 2021-04-04 16:08:16 +02:00
veeso bd00ba7971 Working on 0.4.1 2021-03-29 20:59:55 +02:00
veeso f94a811dd9 Missing 'S' key in keymap 2021-03-28 16:55:26 +02:00
veeso c2d401723f Updated contributing 2021-03-27 15:28:01 +01:00
veeso 1ad75adf87 License changed to MIT 2021-03-26 22:25:10 +01:00
veeso 423f84353d Clippy 2021-03-26 22:19:24 +01:00
ChristianVisintin 93c4d1c2e3 File explorer features 2021-03-21 22:58:00 +01:00
veeso 3a1c6cac95 Exec command 2021-03-21 22:57:05 +01:00
veeso 98861a6bbd Working on 0.4.0 2021-03-04 15:05:27 +01:00
veeso 61045fa548 Check for updates OK 2021-02-28 13:10:59 +01:00
veeso c9a77fa65d 0.3.3 is ready for release I guess 2021-02-27 20:57:07 +01:00
ChristianVisintin e21bfbbd14 Use a regex to parse the remote host args 2021-02-26 16:56:03 +01:00
veeso 025547a3dc Format key attributes 2021-02-25 17:47:50 +01:00
veeso 4ff7fc079c Added CLI options to set starting working directory on both local and remote hosts 2021-02-25 14:27:34 +01:00
ChristianVisintin 8c8d01c29c working on 0.3.3 2021-02-16 12:50:04 +01:00
veeso e8e4cd22a1 0.3.2 ready 2021-01-24 20:31:24 +01:00
veeso e088772685 Docs 2021-01-23 16:38:46 +01:00
veeso da0d5231bf Use formatter to fmt fs entries instead of fmt::Display trait 2021-01-23 15:51:46 +01:00
ChristianVisintin ec801f1555 Working on 0.3.2 2021-01-19 09:12:59 +01:00
veeso e0d8879961 typos 2021-01-18 19:09:54 +01:00
veeso a5a745e444 0.3.1 2021-01-18 17:36:53 +01:00
ChristianVisintin 1acbf89717 keyring ok 2021-01-16 17:13:41 +01:00
ChristianVisintin 69ece00ae2 working on 0.3.1... 2021-01-16 10:31:24 +01:00
Christian Visintin 97656536d4
Cargo build requirements 2021-01-13 10:49:46 +01:00
veeso d62a6e98c8 0.3.0 2021-01-10 18:22:53 +01:00
veeso 2b54326334 0.3.0 ready 2021-01-10 17:30:20 +01:00
veeso c54a9ef5c9 termscp 0.3.0 ready 2021-01-09 20:35:55 +01:00
veeso a7ae0159cc config gif 2021-01-09 15:28:20 +01:00
veeso f981602221 Definetely fixed FTP issues 2021-01-09 15:05:49 +01:00
veeso 49790b4704 Updated references to veeso 2021-01-02 13:04:49 +01:00
ChristianVisintin 09bc8a92a2 show_hidden_files and group_dirs in termscp configuration; instantiate FileExplorer based on current configuration in FileTransferActivity 2020-12-27 10:31:33 +01:00
ChristianVisintin 99fd0b199d FileTransferActivity: sort files with <B> 2020-12-26 21:47:48 +01:00
ChristianVisintin 4911cc5410 Removed issues badge 2020-12-26 15:53:14 +01:00
ChristianVisintin e0d9ac2ed8 FileTransferActivity::Explorer refactoring; toggle hidden files with <A> 2020-12-26 15:50:57 +01:00
ChristianVisintin 644ea1566c Create new file with <N> 2020-12-26 10:16:01 +01:00
ChristianVisintin c9a4706c24 Fixed paths 2020-12-25 21:54:10 +01:00
ChristianVisintin 7e275a9075 Docs: private keys with passwords 2020-12-25 21:35:28 +01:00
ChristianVisintin 22a9eb03b6 Added configuration and ssh key storage features to docs 2020-12-25 19:45:49 +01:00
ChristianVisintin 53ee0f618c Updated known issues 2020-12-23 17:49:30 +01:00
ChristianVisintin b5abe4538f Replaced sha256 sum with last modification time check, to verify if a file has been changed in the text editor 2020-12-22 17:23:16 +01:00
ChristianVisintin 88f9c8910b Fixed download paths 2020-12-21 15:12:47 +01:00
ChristianVisintin 50efebdd63 Fixed deploy script 0.2.0 2020-12-21 14:07:43 +01:00
ChristianVisintin 03e63e11ac 0.2.0 2020-12-21 12:06:44 +01:00
ChristianVisintin 9f478227a9 0.2.0 readme 2020-12-21 12:02:45 +01:00
ChristianVisintin 3901ed54c6 Copy feature in ui; new keybinding <C> 2020-12-21 11:11:29 +01:00
ChristianVisintin 77545ec87d Text editor documentation 2020-12-20 15:22:52 +01:00
ChristianVisintin dd9f54acae Working on text-editor 2020-12-19 21:04:55 +01:00
ChristianVisintin 33683bc8ce SFTP speed issue marked as solved 2020-12-18 16:16:23 +01:00
ChristianVisintin 0759651ee4 codecov 2020-12-18 10:47:37 +01:00
ChristianVisintin daedee3f66 Documentation about bookmarks 2020-12-16 21:09:59 +01:00
ChristianVisintin c9f1086408 Merge branch 'bookmarks' into 0.2.0 2020-12-15 16:45:34 +01:00
ChristianVisintin b865fed7e9 Removed bookmarks from upcoming features (since implemented) 2020-12-15 16:23:09 +01:00
ChristianVisintin 04e2dc86e8 TermSCP 0.1.3 2020-12-14 19:11:42 +01:00
ChristianVisintin 18aacef89f Bookmarks in upcoming features 2020-12-14 13:54:42 +01:00
ChristianVisintin b8b29371ca Reload directory content with '<L>' 2020-12-14 13:52:49 +01:00
ChristianVisintin d94c331569 Fixed keybindings readme 2020-12-14 09:03:57 +01:00
ChristianVisintin 55d05be626 README 2020-12-13 10:25:22 +01:00
ChristianVisintin 5c26b10671 0.1.2 is ready for release 2020-12-13 10:04:27 +01:00
ChristianVisintin a8a9cb9d2e Abort upload/download pressing Ctrl+C 2020-12-12 22:00:12 +01:00
ChristianVisintin 794dfb8cee Upcoming features 2020-12-12 19:14:45 +01:00
ChristianVisintin 1fb614642c Added 'E' to keybindings; behaves as <DEL> (added because some keyboards don't have <DEL> 2020-12-12 17:44:04 +01:00
ChristianVisintin 6d49fe4e7d changed emoji in readme 2020-12-10 14:26:39 +01:00
ChristianVisintin 5b8c03babd typo in readme 2020-12-10 14:26:13 +01:00
ChristianVisintin 2d37607d2c 0.1.1 2020-12-10 12:36:09 +01:00
ChristianVisintin 7e6044a41b Removed CTRL key; just press associated key to perform command 2020-12-10 10:28:40 +01:00
ChristianVisintin 939f741a1b some stuff in readme 2020-12-09 16:20:55 +01:00
ChristianVisintin 8bd315ef37 Reported wsl issue 2020-12-06 23:29:59 +01:00
ChristianVisintin 8f321598e7 README ok 2020-12-06 22:40:08 +01:00
ChristianVisintin f016013e99 Ready for release 2020-12-06 22:36:18 +01:00
ChristianVisintin 5a1d3699c9 choco 2020-12-06 14:38:22 +01:00
ChristianVisintin 53ae25ba58 emojis 2020-12-06 12:52:47 +01:00
ChristianVisintin d0d19250b6 Dist deb, rpm 2020-12-06 12:32:53 +01:00
ChristianVisintin 24d60483f0 Build status newline 2020-12-06 11:01:57 +01:00
ChristianVisintin aab99a35dd Linux/Windows/MacOS build 2020-12-06 11:01:13 +01:00
ChristianVisintin 73fe2649be Unset LANG in SCP; provides timestamps for files 2020-12-05 19:47:07 +01:00
ChristianVisintin 5817e703ee SCP is definetely supported :D (finally I can use machines with dropbear) 2020-12-05 18:01:18 +01:00
ChristianVisintin 2459903afe Known issue: 1970 Jan 1 issue (scp/ftp) 2020-12-05 17:59:53 +01:00
ChristianVisintin 3112f999e3 Rust-ftp finally with tls-native :D 2020-12-03 21:31:51 +01:00
ChristianVisintin be41314a28 ftp transfer: mkdir, remove rename 2020-12-03 12:22:44 +01:00
ChristianVisintin 970409b790 Build docs 2020-12-01 14:38:03 +01:00
ChristianVisintin 6775383f7f users crate only on unix, macos, linux 2020-11-30 21:02:11 +01:00
ChristianVisintin 490ae2ec71 Changed badge name 2020-11-21 11:04:01 +01:00