Commit graph

48 commits

Author SHA1 Message Date
veeso 98861a6bbd Working on 0.4.0 2021-03-04 15:05:27 +01:00
veeso 35ab9ae202 Added githubActions features to handle github tests; set git fetch test under github actions exclude pattern 2021-03-01 20:33:04 +01:00
veeso 4e887c3429 Git: check for new updates (utils) 2021-02-28 12:33:12 +01:00
ChristianVisintin 8c8d01c29c working on 0.3.3 2021-02-16 12:50:04 +01:00
veeso 780cf592e4 Updated dependencies 2021-01-24 12:04:27 +01:00
ChristianVisintin ec801f1555 Working on 0.3.2 2021-01-19 09:12:59 +01:00
ChristianVisintin 0e4caaecfd Keyring storage 2021-01-16 16:07:11 +01:00
ChristianVisintin 69ece00ae2 working on 0.3.1... 2021-01-16 10:31:24 +01:00
Sebastian Thiel ba3a888d26
run cargo diet to reduce crate size by 85%
I noticed the crate is pretty big and took a quick look, here
is the outcome of slimming it down.

```
➜  termscp git:(main) cargo diet
┌───────────────────────────────────────────┬─────────────┐
│ File                                      │ Size (Byte) │
├───────────────────────────────────────────┼─────────────┤
│ codecov.yml                               │          96 │
│ .github/ISSUE_TEMPLATE/feature_request.md │         203 │
│ dist/deb.sh                               │         210 │
│ .github/workflows/macos.yml               │         319 │
│ .github/workflows/windows.yml             │         321 │
│ dist/rpm.sh                               │         336 │
│ dist/build/README.md                      │         345 │
│ .gitignore                                │         356 │
│ dist/build/x86_64/Dockerfile              │         509 │
│ dist/pkgs/arch/.SRCINFO                   │         511 │
│ .github/workflows/aur-pub.yml             │         570 │
│ dist/pkgs/arch/PKGBUILD                   │         580 │
│ .github/ISSUE_TEMPLATE/bug_report.md      │         598 │
│ dist/build/x86_64_archlinux/Dockerfile    │         905 │
│ .github/workflows/linux.yml               │        1013 │
│ .github/PULL_REQUEST_TEMPLATE.md          │        1093 │
│ dist/build/deploy.sh                      │        1291 │
│ docs/drawio/UI.drawio                     │        1993 │
│ CODE_OF_CONDUCT.md                        │        3368 │
│ CONTRIBUTING.md                           │       10756 │
│ assets/images/bookmarks.gif               │      298453 │
│ assets/images/auth.gif                    │      321769 │
│ assets/images/explorer.gif                │      650583 │
│ assets/images/config.gif                  │      705780 │
│ assets/images/text-editor.gif             │     1898000 │
└───────────────────────────────────────────┴─────────────┘
Saved 85% or 3.9 MB in 25 files (of 4.6 MB and 75 files in entire crate)
```

Please let me know if you would like some other files to be included
or whatever else is needed to make this PR mergeable.

Thanks :).
2021-01-11 09:09:50 +08: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 14125f673a Added options to explorer, in order to define sorting modes and other options. Added bitflags to dependencies; Moved Explorer to Fs module 2020-12-26 17:29:12 +01:00
ChristianVisintin c35a5590b5 Updated dependencies 2020-12-22 18:33:38 +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 7202b19d45 Working on 0.3.0 2020-12-22 17:14:44 +01:00
ChristianVisintin 47f9b39630 Sha256 in utils 2020-12-20 14:49:32 +01:00
ChristianVisintin dd9f54acae Working on text-editor 2020-12-19 21:04:55 +01:00
ChristianVisintin 386db6278b Updated github uri 2020-12-18 14:47:48 +01:00
ChristianVisintin 61c58e227e Merge branch 'bookmarks' into 0.2.0 2020-12-16 20:42:47 +01:00
ChristianVisintin 8cb3637954 Magic-crypt 2020-12-16 15:46:46 +01:00
ChristianVisintin dcc289153f Working on bookmarksClient 2020-12-15 22:17:19 +01:00
ChristianVisintin c9f1086408 Merge branch 'bookmarks' into 0.2.0 2020-12-15 16:45:34 +01:00
ChristianVisintin 50fcba63c4 Bookmarks serializer and data types 2020-12-15 11:13:29 +01:00
ChristianVisintin 7aa8a892f8 Cargo toml 0.1.3 2020-12-14 09:14:58 +01:00
ChristianVisintin e273192f19 Working on 0.2.0 2020-12-13 10:27:21 +01:00
ChristianVisintin 55bda874f0 Optimized code and performance using clippy 2020-12-12 12:14:51 +01:00
ChristianVisintin 0eae159bb9 Working on 0.1.2 2020-12-12 10:06:11 +01:00
ChristianVisintin 69df9f0aa9 ftp4 0.4.1 2020-12-10 11:26:52 +01:00
ChristianVisintin e36ae7e32d Updated textwrap to 0.13.0 2020-12-10 10:41:13 +01:00
ChristianVisintin 2d20f0c534 Working on 0.1.1 2020-12-09 16:18:13 +01:00
ChristianVisintin a2a7478f5b Published new rust-ftp as ftp4 2020-12-06 22:56:40 +01:00
ChristianVisintin d0d19250b6 Dist deb, rpm 2020-12-06 12:32:53 +01:00
ChristianVisintin 9bb19abd0c Write current path on explorer tabs 2020-12-05 16:32:16 +01:00
ChristianVisintin 803c235966 Build rust-ftp from my Github fork. 2020-12-03 14:45:05 +01:00
ChristianVisintin 7151b4c094 Added lazy_static and regex 2020-12-01 17:10:13 +01:00
ChristianVisintin 90ee7bb201 Added ftp to dependencies 2020-12-01 14:38:15 +01:00
ChristianVisintin 4510b9c6b9 Wrap log records using textwrap crate 2020-12-01 12:32:33 +01:00
ChristianVisintin 6775383f7f users crate only on unix, macos, linux 2020-11-30 21:02:11 +01:00
ChristianVisintin 4b800e4892 Updated dependencies 2020-11-30 10:35:51 +01:00
ChristianVisintin 074aa0f4a8 fmt_ls for FsEntry 2020-11-29 14:53:47 +01:00
ChristianVisintin 87990d12b5 draw log list 2020-11-29 13:01:12 +01:00
ChristianVisintin 1f217f7806 Auth activity input fields 2020-11-24 15:13:36 +01:00
ChristianVisintin 589adf294f Ask password from prompt 2020-11-22 20:36:53 +01:00
ChristianVisintin d7c20aa0c5 whoamI 2020-11-22 14:44:47 +01:00
ChristianVisintin eee1a720e6 SFTP transfer 2020-11-15 14:50:46 +01:00
ChristianVisintin 2d9ddd3c10 Localhost implementation 2020-11-08 21:39:01 +01:00
ChristianVisintin aa963b5000 Working on Host 2020-11-08 17:56:06 +01:00
ChristianVisintin 90acd5c1c2 Project initialized 2020-11-07 17:48:41 +01:00