Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vifm/vifm

Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.
https://github.com/vifm/vifm

Fixed memory leak in line_completion().

4023dbf2bebb93da05c3c232dc45b4db6f2bb057 authored over 13 years ago by xaizek <[email protected]>
Fixed memory leak in filename_completion().

d65aeab1eac572c9f405e502f60e8414350a15ad authored over 13 years ago by xaizek <[email protected]>
Don't replace symbolic links with their destination.

4ab001c881dd40c8d75099b9d001eb5fa1f982f0 authored over 13 years ago by xaizek <[email protected]>
More prompt directory existence check.

444d1a948c379e8133c229065a979d01526be1b1 authored over 13 years ago by xaizek <[email protected]>
Fixed small memory leak when splitting PATH.

a7be57c1e3adec363d3da077759c7e5ff541a802 authored over 13 years ago by xaizek <[email protected]>
Fixed small error with handling symbolic links.

820b5d917e0e0ee2483dabafcea9ecf2493b18e1 authored over 13 years ago by xaizek <[email protected]>
Clear input bar when entering into permissions mode.

683b9ea80fa48cbb920e24385ff36cb96431fd72 authored over 13 years ago by xaizek <[email protected]>
Added cp command for visual mode.

372aa946326d0fa7cb48ab51bde4c7bb9ee2bdab authored over 13 years ago by xaizek <[email protected]>
Changed permissions dialog to work with selected files.

0208ac585afe1e126e62d086634327eac876172a authored over 13 years ago by xaizek <[email protected]>
Update access rights more accurate (only that has been changed).

d948a4f05526b46522bdd3ddb5e8fd9d688e66bc authored over 13 years ago by xaizek <[email protected]>
Added error message about missing execute access on directory.

332e9fd24567e92ab97d99bb9d90f76adb79e6d4 authored over 13 years ago by xaizek <[email protected]>
Added cW command (change only name of file, not it's extension).

97f6e8f7ca65bb6103ac058d4bd2468bae2e2cee authored over 13 years ago by xaizek <[email protected]>
Fixed ! and !! completion (don't complete arguments as executables).

7c93fcd3e00fef29f249922cca2a7a74681dbce4 authored over 13 years ago by xaizek <[email protected]>
Fixed cursor positioning when enter previously visited directory.

0b917b34e36b665789ca10a424ff2f46c5359db7 authored over 13 years ago by xaizek <[email protected]>
Show message about how many files was deleted.

d753a9ef1b9a1455727f6ce93899bdfecd8468dc authored over 13 years ago by xaizek <[email protected]>
Completely fixed menu window resizing.

e14f6594b36701837eea00d8a7c8ea3e4cffb182 authored over 13 years ago by xaizek <[email protected]>
Separated selectors and commands handling.

619b9452974d4575a8169428fc5c164b956868f1 authored over 13 years ago by xaizek <[email protected]>
Added ga command to documentation (as always except man page).

2160207a70a22d6949b5f5bdbb4318efed65830d authored over 13 years ago by xaizek <[email protected]>
Changed os and es selectors to s and S.

05296c68020b03889af0574a32aeae98a4da9c79 authored over 13 years ago by xaizek <[email protected]>
Better keys engine.

83053247033a3ceda356af7c9a0cba4f599ed307 authored over 13 years ago by xaizek <[email protected]>
Added ga command (calculate directory size).

ff645f364e908c984a4c4ce96080c5254d004eb9 authored over 13 years ago by xaizek <[email protected]>
Fixed file information menu size.

1ee673c3817436bd7d3d64a5b50af03768b49134 authored over 13 years ago by xaizek <[email protected]>
Fixed displaying of utf8 coded text in view window.

f893c63deec1e535cc96b2b5efe3beef8f6b03b1 authored over 13 years ago by xaizek <[email protected]>
Fixed Ctrl+W X behaviour (correct restoring settings after restart).

d63a13099287077f56ac7133151df988b2a3d176 authored over 13 years ago by xaizek <[email protected]>
Use absolute paths for panes (don't allow /foo/../bar).

ee647be427199d8916471c8b5e10e82609ab5661 authored over 13 years ago by xaizek <[email protected]>
Added support of multiple commands per line (with | as delimiter),

thus escaping is needed now.

7dfdb191ec4f38f0a0d4557e8dc8ba8841b6b0f2 authored over 13 years ago by xaizek <[email protected]>
Aligned "Link To: " field in file information menu.

527dd2d0e523f1c8cebfb3d5d014beb4cfa588b1 authored over 13 years ago by xaizek <[email protected]>
Fixed incorrect cwd set after file list of other pane have changed.

5488f599cc4fd890c80c9d5b5a07445ca80c8a5f authored over 13 years ago by xaizek <[email protected]>
Centered sort and permissions dialogs.

cc4523749508e6c61cb27ff4587ea52cbdb5851c authored over 13 years ago by xaizek <[email protected]>
Fixed ! and !! completion with existing partial command (e.g. :!gv when

gv is installed may produce :!gvimtutor :!gv skipping gview and other)

f9b2ed3934ce8bdb42e15ddd622312b596491a66 authored over 13 years ago by xaizek <[email protected]>
Fixed completion at :[del]comm usercmd x|

f19623a01c9e00675fb70807ac1d37adcd63c555 authored over 13 years ago by xaizek <[email protected]>
Change directory to current of selected view before executing ! or !!.

486e876978fdcc3c853d4769403c6e1eac246e17 authored over 13 years ago by xaizek <[email protected]>
Removed information about FUSE patch author from code (such things

shouldn't be in code).

81d61d1e4a951464919e11064309fed7057ecdb8 authored over 13 years ago by xaizek <[email protected]>
Fixed segmentation fault with undefined TIME_STAMP_FORMAT on quit.

9809869d2888c44f49e5eb19f4a555e0df188ce2 authored over 13 years ago by xaizek <[email protected]>
Leave visual mode after pressing v or V.

eba148e87a90d093fbf40dba8ec8c06a8877eb48 authored over 13 years ago by xaizek <[email protected]>
Made time format configurable.

de05b4c4bc60fad11d10ca3a34a45da3d55c50b1 authored over 13 years ago by xaizek <[email protected]>
Added ! and !! completion.

907a34d6461741125491e7fa01474afbb38b3b5f authored over 13 years ago by xaizek <[email protected]>
Don't change selected pane on Ctrl+W X.

2578d17c5efb070161f5fd26b0ee8431495fa9be authored over 13 years ago by xaizek <[email protected]>
Added Ctrl+W X command (switch views).

759c83463f6231027ed386f20e35cf21829f63aa authored over 13 years ago by xaizek <[email protected]>
Force .. to be the first entry in file list always.

93ef0ea0fc620c2c0e9b475bd802287d89415f72 authored over 13 years ago by xaizek <[email protected]>
Don't add space after expanded %a (it could break users commands).

13d82f2c8f8f7343949e7d4ad416bfd64823f6a0 authored over 13 years ago by xaizek <[email protected]>
Added completion for :command.

0f0798caa3cc8ce2ce4d69f93b89b479a206d2fa authored over 13 years ago by xaizek <[email protected]>
Fixed size of menu.

4b05cf500f238bbc63ae254ecfdf91ea42536b10 authored over 13 years ago by xaizek <[email protected]>
Merge branch 'master' of github.com:xaizek/vifm

Conflicts:
ChangeLog
src/filelist.c
src/normal.c

7327b5278d2c3866827f1d19266565c9deca506a authored over 13 years ago by xaizek <[email protected]>
Added a, es and os selectors. Fixed few bugs.

Added --enable-compatibility-mode and --enable-extended-keys options.

e62c8731631a175a7193c9bb46ef44995613a941 authored over 13 years ago by xaizek <[email protected]>
Added a, es and os selectors. Fixed few bugs.

Added --enable-compatibility-mode and --enable-extended-keys options.

ac65fa8967dc6a732b0ca6f31846f1b0f1bcd59f authored over 13 years ago by xaizek <[email protected]>
Added configure option to disable extended keys (arrows etc.).

bfe3b6ce4167bb5e1ebf72041d68faecebce999a authored over 13 years ago by xaizek <[email protected]>
Terminal resizing support for command line mode.

5cc06e49b1d5298f59895c242bf6fc1839153149 authored over 13 years ago by xaizek <[email protected]>
Handle resize in sort dialog mode.

d28c5f6057d33e9617b2337b5a230177f33ac6b9 authored over 13 years ago by xaizek <[email protected]>
Resize of terminal in menu mode is now handled better.

540fa16ef3619f1a50f9ada8cb762f5a67431773 authored over 13 years ago by xaizek <[email protected]>
Better permissions dialog (handle terminal resize too).

938405cc6652ce112f319ef176ecab2dd712461e authored over 13 years ago by xaizek <[email protected]>
Don't accept count starting with zero.

ded1c02b839f1d9d7957b4290d0b2c19a16f1a8f authored over 13 years ago by xaizek <[email protected]>
Added gg and G support in sort dialog.

1d5202b7c6313aaa950e10940e45ad35981db6dd authored over 13 years ago by xaizek <[email protected]>
Fixed bug with :delcommand argument completion.

462c02639997e43c5938938bbc35cca20a13653c authored over 13 years ago by xaizek <[email protected]>
Fixed bug with disappearing pane cursor (for example after shellout).

6de7bde8ebf063528e92a51f1f0716d635636648 authored over 13 years ago by xaizek <[email protected]>
Fixed bug. Update configuration file modification time after writing it.

d72ddf59ce5bdf77bbed9576011869c3ddbaa01e authored over 13 years ago by xaizek <[email protected]>
Added :w as alias to :write command.

14d4b45f91ab022ec0665bf25a42948919653ffd authored over 13 years ago by xaizek <[email protected]>
Fixed bug added with :delcommand completion.

76aa316760404f33cb683fdff428a6a7013acf13 authored over 13 years ago by xaizek <[email protected]>
Use only directories to complete :cd argument.

a6faa27240208e2ee811479087703d260a428ea3 authored over 13 years ago by xaizek <[email protected]>
Added users command completion for :delcommand.

a943996e9c88b1c4568b4856791cde8eaa467bcf authored over 13 years ago by xaizek <[email protected]>
Added progress messages when putting or deleting files.

350ef5731f633abdca7e00e6e45144a66d9d6bd2 authored over 13 years ago by xaizek <[email protected]>
Fixed. Use registers in visual mode.

b89f75753045d6a774cfe3d3783445f5d583207f authored over 13 years ago by xaizek <[email protected]>
Made better some completion code.

c6221becfbae1a1eb93d00777ff875e0007f3d15 authored over 13 years ago by xaizek <[email protected]>
Generalized show_progress().

71b3874457a958bf67ca13261e3a1fba91deb8c7 authored over 13 years ago by xaizek <[email protected]>
Alphabetically sorted all commands (in command completion too).

c451445a9a4930c0de3cb1fbd8a92d2321fe463d authored over 13 years ago by xaizek <[email protected]>
Fixed bug with appending to a register.

0ab08a78ee2be93d60b0e3af619127e5e4a50fd2 authored over 13 years ago by xaizek <[email protected]>
Added cp (change permissions) normal mode command.

6774ec63b5f84c5c6407a072f714259e2ace4866 authored over 13 years ago by xaizek <[email protected]>
More distinct visual mode.

0a30841659594918b19ed8b21460a402c6070d6d authored over 13 years ago by xaizek <[email protected]>
Removed dummy code in main loop. Handle <esc><esc> in command line mode.

8f11cd78cba28527f98d5768ad3ae8b271b82d2b authored over 13 years ago by xaizek <[email protected]>
Don't update input bar in command line mode.

09cc97b1fb30579ca09edb235a6d8ba005325c68 authored over 13 years ago by xaizek <[email protected]>
Added :w[rite] command (write config).

155094c041aaf43c15f4fcaa1dfbea0eed0b8c18 authored over 13 years ago by xaizek <[email protected]>
Don't clear register after putting file.

b942efe75b6df443535795e7c8572e42b3c4f806 authored over 13 years ago by xaizek <[email protected]>
Small refactoring of registers module.

db6a5ddb1fd544916526fcd748e9d0573029e445 authored over 13 years ago by xaizek <[email protected]>
Added P normal mode command (move yanked files);

66badeb2b1e27a5bd4fd78ef395ec9983400e9bb authored over 13 years ago by xaizek <[email protected]>
Fixed bug with user command completion.

d8a590f1408fecbcedd691af282f1a4adcf16582 authored over 13 years ago by xaizek <[email protected]>
Added D command mode command.

e18c43ad2f59152a0e2b0710fde1da89861b0fcb authored over 13 years ago by xaizek <[email protected]>
Changed behavior of filename cell in stat line (automatic expands now).

7d3c5d75a21238cec65907236c1750b75ef39801 authored over 13 years ago by xaizek <[email protected]>
Fixed small memory leak in commands mapping.

c27afa1b477951ea8b3b566e769fd1c67e56a122 authored over 13 years ago by xaizek <[email protected]>
Fixed cursor moving after renaming directories.

c20cd0a9c584055ad77cd6b4c6f3a4aaf3c9dad4 authored over 13 years ago by xaizek <[email protected]>
Added custom viewers for files.

c7e14c964edbbc4a4f93a898610001d0888a766e authored over 13 years ago by xaizek <[email protected]>
Added group to stat line.

d102e2baf341bf7a33834468e3b87ec6e3298aec authored over 13 years ago by xaizek <[email protected]>
Added :wq command.

1c2ffbe03874c1769c8994e4b1893d0e808bc6df authored over 13 years ago by xaizek <[email protected]>
Fixed segmentation fault with mapping keys in command line mode.

80575ffebc2fcfe3857592520f3868f8ac809c6e authored over 13 years ago by xaizek <[email protected]>
Added f, F, ;, <comma> normal mode commands.

b0c38a8468c05634e3eefbe1db73a87b7b1a83af authored over 13 years ago by xaizek <[email protected]>
Added Ctrl+K command line shortcut.

9baa17bdd36e82b40bd69733726d949f1907070e authored over 13 years ago by xaizek <[email protected]>
Fixed Meta+b in command line mode.

f47ee6cd7ee530a09b9d38d48bb52c4ef40c3295 authored over 13 years ago by xaizek <[email protected]>
Skip spaces at the beginning of command.

f7daebadecbbe1982d926887c1293e330a68da56 authored over 13 years ago by xaizek <[email protected]>
Remove return character in command from startup file before processing.

a299c3806eabe4679ba2725e10d0e73136f9b9aa authored over 13 years ago by xaizek <[email protected]>
Fixed segmentation fault on Ctrl+w in command line mode.

a13674ff2136b65c6e41b661687519d3271b1bf9 authored over 13 years ago by xaizek <[email protected]>
Moved content of NEWS to ChangeLog.

d7c9f26bee5b2264884450681866a21e83317514 authored over 13 years ago by xaizek <[email protected]>
Added startup file.

eab224a3e7bce39c2ae40e02f082cd666fbf7ba0 authored over 13 years ago by xaizek <[email protected]>
Updated documentation about sort dialog (except man page).

6ef30cf7a5213333d917da3982b9713368b771e1 authored over 13 years ago by xaizek <[email protected]>
Ascending/descending sort for all types of criteria.

c56f4cf2ea2c0fd0fd7a7781a8ee41b20d0342dd authored over 13 years ago by xaizek <[email protected]>
Fixed cursor positioning after ctrl+e (end) in command line mode.

ad261f0e633bf08962010f3e4cc50980c8da641c authored over 13 years ago by xaizek <[email protected]>
Modified NEWS.

6a316bcc8c42b35e3e77ce2d3633f933c5a651d9 authored over 13 years ago by xaizek <[email protected]>
Deleted autom4te.cache.

0b70b77dcdb8026a4e1644f5565d65fdeae4bd32 authored over 13 years ago by xaizek <[email protected]>
Added space after #include.

31cfa7ca0c5c6a10cf8971b60f36e98d5c93f490 authored over 13 years ago by xaizek <[email protected]>
Removed Status::getting_input.

0eda337cfc029f66026b227d2895c43cd529b375 authored over 13 years ago by xaizek <[email protected]>
Added permissions dialog mode.

2c168b0c226d7e63582e7403204c9ff33b0b7dff authored over 13 years ago by xaizek <[email protected]>
Renamed mode initialization functions.

f5cc0213ec5a5d60bec6003ad22aca3e4ad6f266 authored over 13 years ago by xaizek <[email protected]>