Commit Graph

106 Commits

Author SHA1 Message Date
Arun Prakash Jana 3d6c670089 Merge pull request #43 from Milziade/add-alias
Fix #41
2025-05-12 21:03:58 +05:30
Milziade 1e039bdd64 Fix #41 2025-05-12 11:24:24 +02:00
Arun Prakash Jana 1e2b1c6b74 Update to patch v9.5 2024-04-05 21:50:39 +05:30
Arun ba7b157dd8 Merge pull request #40 from Tatsh/9.5-support
Create advcpmv-0.9-9.5.patch
2024-04-05 21:47:13 +05:30
Andrew Udvare 42cadf5b79 Create advcpmv-0.9-9.5.patch
Signed-off-by: Andrew Udvare <audvare@gmail.com>
2024-03-30 04:50:39 -04:00
Arun a1f8b505e6 Merge pull request #35 from Tatsh/9.4-support
Create advcpmv-0.9-9.4.patch
2023-09-10 09:33:56 +05:30
Andrew Udvare 2961dc3ec8 Create advcpmv-0.9-9.4.patch 2023-09-06 12:10:21 -04:00
Arun 4fe520c882 Merge pull request #33 from yellowhat/master
fix(9.3): file path
2023-07-16 17:41:56 +05:30
yellowhat 066ba086bf fix(9.3): file path 2023-07-16 11:16:45 +02:00
Zackptg5 69d2f9d3c7 Merge pull request #31 from Zackptg5/master
Create v9.3 patch
2023-07-02 16:35:54 -04:00
Zackptg5 0064105957 Create v9.3 patch 2023-07-02 16:35:17 -04:00
Zackptg5 2253f7a380 Merge pull request #30 from Zackptg5/master
v9.2 Patch
2023-04-18 11:16:09 -04:00
Zackptg5 d63f908a3a update install.sh 2023-04-18 11:04:45 -04:00
Zackptg5 35988dc8d7 Create advcpmv-0.9-9.2.patch 2023-04-13 00:33:12 -04:00
Arun 2845cfcc0d Merge pull request #27 from Pysis868/patch-1
Update README.md
2023-03-22 05:27:41 +05:30
Pysis 2eec987a8c Update README.md
Added mirrored fish commands.
2023-03-02 11:10:39 -05:00
Pysis b6ceba0130 Update README.md 2023-02-26 18:47:26 -05:00
Arun 376337eea1 Merge pull request #22 from jarun/9.1-test
v9.1
2022-06-11 21:37:28 +05:30
Zackptg5 ea268d870b Tweak line numbers 2022-06-04 10:31:00 -04:00
Zackptg5 195034f1cd update to 9.1 2022-06-04 00:31:34 -04:00
Arun 9121e8dc4f Merge pull request #18 from navneetankur/master
replace wget with curl in install.sh
2022-05-12 18:36:39 +05:30
Navneet Aman 32275808ba replace wget with curl in install.sh 2022-04-12 21:38:33 +05:30
Arun a047797e92 Merge pull request #17 from SlrG/fixmovebars
fix progressbars not showing when moving files and global progress
2022-04-04 02:10:47 +05:30
Michael Wehr dff0994e1f fix progressbars not showing when moving files and global progress 2022-04-03 21:05:19 +02:00
Arun 096b047523 Merge pull request #16 from Gelma/fix
Fix mistake in build script
2022-04-03 01:57:27 +05:30
Andrea Gelmini 74254ddf1c Fix mistake in build script
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
2022-03-28 22:07:38 +02:00
Arun Prakash Jana c878eab0f8 Use command strings 2022-03-27 07:00:06 +05:30
Arun f231f05455 Merge pull request #14 from SlrG/fixandimprovements
Fix and Improvements
2022-03-27 05:39:37 +05:30
Michael Wehr bb5b892ace revert some things for review purposes 2022-02-14 21:15:28 +01:00
Michael Wehr f854b119e9 backport changes to 8.32 patch 2022-02-14 21:11:16 +01:00
Michael Wehr dfb9623dcb fix NULL in middle of spawn and typecast 2022-02-14 21:07:00 +01:00
Michael Wehr 7fe882ec46 backport changes to 8.32 patch 2022-02-13 16:15:53 +01:00
Michael Wehr b62cfd957e fix elapsed message showing hours and minutes when zero 2022-02-13 16:13:00 +01:00
Michael Wehr 2532fc3ca3 switch to fork/exec/dup2 instead of popen
To get rid of the problems from having to escape certain special chars
when using popen to call the find and du system commands, on suggestion
of N-R-K this switches popen with a fork/exec/dup2 based approach.
See https://github.com/jarun/advcpmv/pull/14#issuecomment-1035880454 and
https://github.com/jarun/advcpmv/pull/14#issuecomment-1035892465.
2022-02-13 15:50:06 +01:00
Arun 46703ea4f5 Merge pull request #12 from abrahammurciano/master
create install script
2022-02-10 23:42:46 +05:30
Michael Wehr fb08e1aba6 backport changes to 8.32 patch 2022-01-12 20:11:02 +01:00
Michael Wehr 8a8af288bb fix output of ftime instead of ttime 2022-01-11 23:28:10 +01:00
Michael Wehr 30b6aff569 refactor format_time function and calls to fix memory leak 2022-01-11 22:11:46 +01:00
Michael Wehr 1e12a7c529 add remaining time for file 2022-01-11 20:54:12 +01:00
Michael Wehr 53a449f84c move total remaining time to global bar and fix format_time 2022-01-10 23:39:30 +01:00
Michael Wehr b79170e69b show total number of files to copy 2022-01-09 21:18:46 +01:00
Michael Wehr ae89bfdb24 use function to also calculate and format elapsed time 2022-01-09 21:15:26 +01:00
Michael Wehr d09e9fb8b6 backport changes to 8.32 patch 2022-01-04 22:00:35 +01:00
Michael Wehr d8013b9f35 add missed comments to identify all progress mod changes 2022-01-04 21:58:45 +01:00
Michael Wehr 2f468f6896 show elapsed time in good-bye message as xh xm xs instead seconds only 2022-01-04 21:11:43 +01:00
Abraham Murciano 60daf2a133 clarified how to choose version 2021-12-27 11:25:20 +02:00
Abraham Murciano a054d7d892 made installation command one line 2021-12-27 11:22:56 +02:00
Abraham Murciano 72b2b58117 simplified language 2021-12-27 11:12:02 +02:00
Abraham Murciano ac2cac8d4e removed bash dependancy 2021-12-27 11:09:08 +02:00
Arun 54f1b797db Merge pull request #13 from SlrG/master
fix compiler warning for 0.9 patch
2021-12-26 22:58:19 +05:30