1
0
mirror of https://github.com/yorukot/superfile.git synced 2025-02-06 09:44:40 +00:00

1348 Commits

Author SHA1 Message Date
Yorukot
343a69968a
Merge pull request #560 from yorukot/renovate/expressive-code-plugin-collapsible-sections-0.x-lockfile
All checks were successful
Go / build (push) Successful in 10m6s
fix(deps): update dependency @expressive-code/plugin-collapsible-sections to v0.40.1
2025-02-06 02:59:51 +08:00
Yorukot
38fbabab49
Merge pull request #593 from yorukot/renovate/astrojs-starlight-0.x-lockfile
fix(deps): update dependency @astrojs/starlight to v0.31.1
2025-02-06 02:59:41 +08:00
renovate[bot]
0bc29229de
fix(deps): update dependency @astrojs/starlight to v0.31.1 2025-02-05 18:51:06 +00:00
renovate[bot]
a2d9bb1837
fix(deps): update dependency @expressive-code/plugin-collapsible-sections to v0.40.1
All checks were successful
Go / build (push) Successful in 10m6s
2025-02-05 18:50:53 +00:00
Yorukot
75489fe7ed
Merge pull request #516 from yorukot/renovate/astrojs-starlight-0.x
All checks were successful
Go / build (push) Successful in 10m7s
fix(deps): update dependency @astrojs/starlight to ^0.31.0
2025-02-06 02:49:57 +08:00
Yorukot
e4035a4c1c
Merge pull request #592 from BhagatHarsh/config_flag
All checks were successful
Go / build (push) Successful in 10m13s
feat: `--config-file` flag support
2025-02-06 02:27:23 +08:00
Harsh Bhagat
ff9b13b3c3 Update custom-theme.mdx 2025-02-05 21:55:18 +05:30
Harsh Bhagat
f95147211e feat: config flag docs 2025-02-05 21:42:44 +05:30
Harsh Bhagat
b89301a440 feat: -config-file flag support 2025-02-05 21:16:11 +05:30
Yorukot
b5965dcb90
Merge pull request #584 from yorukot/fix_win_delete
All checks were successful
Go / build (push) Successful in 10m6s
Fix windows delete, open file and other improvements
2025-02-05 02:32:27 +08:00
Nitin Kumar
e3e1671d0e fix: add et null check to prevent crash
All checks were successful
Go / build (push) Successful in 10m8s
2025-02-04 10:50:57 +05:30
Nitin Kumar
d55a05639a docs: Add details about cd_on_quit on windows
All checks were successful
Go / build (push) Successful in 10m7s
2025-02-04 10:26:06 +05:30
Nitin Kumar
f0339e146b fix: PR fixes - Added quotes in the editor example in tutorial
All checks were successful
Go / build (push) Successful in 10m12s
2025-02-04 10:12:19 +05:30
Nitin Kumar
a0bef3527c feat: add testscases for new changes
All checks were successful
Go / build (push) Successful in 10m5s
2025-02-03 22:36:38 +05:30
Nitin Kumar
29f78fedaa feat: Add ctrl+w hotkey for paste and update docs 2025-02-03 22:07:06 +05:30
Nitin Kumar
7a1d6ada3c feat: dir_editor and file_editor config options
All checks were successful
Go / build (push) Successful in 10m12s
2025-02-03 21:42:15 +05:30
lazysegtree
ca299b9f13 fix: Fix usage of EDITOR(env variable for opening files) while opening directories with E 2025-02-03 21:03:52 +05:30
lazysegtree
af0f2eaf56 fix: Use open command for directories, to open finder in MacOS 2025-02-03 21:03:52 +05:30
yorukot
bc7a6e7480 chore: update gomod2nix 2025-02-03 21:03:52 +05:30
lazysegtree
2bb0f0d9de fix : Fix editory being empty in windows, Removed pass by value for model obj, prevent copy for panel object 2025-02-03 21:03:52 +05:30
lazysegtree
2de2944dee fix: Used windows compatible library for trash in windows 2025-02-03 21:03:52 +05:30
Yorukot
1d7f70571e
Merge pull request #583 from yorukot/readme_update
All checks were successful
Go / build (push) Successful in 30s
Add build instructions for windows
2025-02-03 13:11:33 +08:00
Yorukot
a3fa6f64df
Merge pull request #580 from booth-w/fix-arch-install-instructions
Fix arch install instructions
2025-02-03 13:10:58 +08:00
Yorukot
217956e7b1
Merge pull request #581 from yorukot/testsuite
All checks were successful
Go / build (push) Successful in 10m15s
Add python testsuite
2025-02-02 23:29:46 +08:00
Nitin Kumar
7f341fb554 docs: Add build instructions for windows 2025-02-01 21:15:50 +05:30
Nitin Kumar
6d5ff92f1a PR Fix : Fix diff due to tab being replaced by space, Fix typo
All checks were successful
Go / build (push) Successful in 28s
2025-02-01 20:07:30 +05:30
Nitin Kumar
4407e20f54 Fix merge conflict 2025-02-01 19:50:40 +05:30
Nitin Kumar
99e6babea0 Fix 'type' object is not subscriptable error on running testsuite on older python versions 2025-02-01 19:47:43 +05:30
Nitin Kumar
78497d1af1 Fix linux issues, when importing pyautogui would cause errors 2025-02-01 19:32:56 +05:30
Nitin Kumar
ffd5358125 Add delete test, add validatin of file not existing
All checks were successful
Go / build (push) Successful in 29s
2025-02-01 19:20:16 +05:30
Nitin Kumar
046f16b059 Fix merge conflict 2025-02-01 19:05:21 +05:30
Nitin Kumar
4c7c01bf92 Add copy dir test and rename test, and minor fixes 2025-02-01 19:03:00 +05:30
Nitin Kumar
1e015037c8 Add delay option, update logging, update ReadMe 2025-02-01 18:35:32 +05:30
Nitin Kumar
d4b72c1e17 Add delay option, update logging, update ReadMe
All checks were successful
Go / build (push) Successful in 10m18s
2025-02-01 18:31:06 +05:30
Nitin Kumar
6b737b98a8 Finalized pyautgui manager and tmux manager
All checks were successful
Go / build (push) Successful in 10m10s
2025-02-01 17:26:26 +05:30
Nitin Kumar
6fe699aa7d Additional logging to help in testcases 2025-02-01 17:25:53 +05:30
Nitin Kumar
67a5619443 Working Copy and Paste test
All checks were successful
Go / build (push) Successful in 10m14s
2025-02-01 16:25:38 +05:30
Nitin Kumar
cf6171d25c Completed fs manager
All checks were successful
Go / build (push) Successful in 10m13s
2025-02-01 13:26:36 +05:30
Nitin Kumar
7ed969cc49 Completed fs manager
All checks were successful
Go / build (push) Successful in 10m16s
2025-02-01 12:38:31 +05:30
Nitin Kumar
a5ffb0f6b0 Initial changes for final testsuite
All checks were successful
Go / build (push) Successful in 10m25s
2025-02-01 11:53:02 +05:30
booth-w
c8b1e79f32 Fix arch install instructions
superfile and superfile-bin are in the AUR, not any official repos, so
an AUR manager is needed like yay or paru instead of pacman
2025-01-31 14:14:58 +00:00
Nitin Kumar
6f2231907e POCS
All checks were successful
Go / build (push) Successful in 29s
2025-01-31 12:38:05 +05:30
Nitin Kumar
2a5b731553 Additional windows notes 2025-01-31 12:37:59 +05:30
Yorukot
f51b761e6d
Merge pull request #579 from thezbm/pinned-dirs-renaming
All checks were successful
Go / build (push) Successful in 29s
Renaming feature for pinned directories
2025-01-30 23:01:34 +08:00
Yorukot
ada518101d refector: format file 2025-01-30 22:57:48 +08:00
Nitin Kumar
dd692532f3 POC using tmux (for linux and macos)
All checks were successful
Go / build (push) Successful in 31s
2025-01-30 12:05:22 +05:30
Nitin Kumar
edb8506b97 Added start directory in first Runtime info log line 2025-01-30 12:05:01 +05:30
Beiming Zhang
cc9124ce8e fix: pinning directories 2025-01-29 22:37:00 +08:00
Beiming Zhang
414471130a feat: renaming support for pinned directories 2025-01-29 21:38:34 +08:00
Nitin Kumar
58a40b6f9f Update to tmux docs, and 2nd POC for windows
All checks were successful
Go / build (push) Successful in 28s
2025-01-29 12:30:03 +05:30