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

Make filetype understand star as in globals.

5ee5c06e7298ab229addf3ab4cb8a5e7df9b933d authored over 13 years ago
Apply plugin improvements.

Patch by Colin Cartade.

ab09be784c47c479240a07e4c21807f988ac8f45 authored over 13 years ago
Use realfile() in the Vim plugin.

8bfa5089ff458ec90264d876ba2d0e63b21072fd authored over 13 years ago
Don't pollute log with useless messages on startup

About stat "" file. Just wrong order of conditions in the if statement.

bd6601ea2dff00d5e6bcf2f116799527832b1323 authored over 13 years ago
Fix memory leak.

9cba66d4a9619017e8633f67252c839e40b2dbdd authored over 13 years ago
Update status bar lines count on terminal resize.

a78473851058260720eecc3f00f5ef2ed03fa58e authored over 13 years ago
Fix redraw after multi line status bar and :.

7f04cd7f6f4036d1a1b0985f814a47d0c6f17c2a authored over 13 years ago
Make :marks accept arguments.

01594fd68316622dd6f0206a78dd9e842b646486 authored over 13 years ago
Fix :marks menu.

90c52873ea1b1c5612bad05bc11c3ccfd402e34f authored over 13 years ago
Don't hide end of status bar message.

be73e48cdae56808d6e913163cae8dc5e5f77e71 authored over 13 years ago
Make :di a b c work.

Vim's documentation don't mention that :di can accept several arguments.

2d70497bd4dc29a159fae3760a768c5f6ba75884 authored over 13 years ago
Replace home dir with ~ in :marks menu.

0e44b216d30ad1b17f3ea0d9b78f77d5c2c94da3 authored over 13 years ago
Add third column to :marks menu.

c4b47ea65e5b682ad21556ffaa8959d9407d8047 authored over 13 years ago
Fix utf8 truncating (...) in the menus.

f5a65ac23b2fc53ee02d3ae888160f012b4e296b authored over 13 years ago
Fix :com arg and long commands.

4fbdaf3677c9719a1144e4a82bc5fa31a5d4c211 authored over 13 years ago
Check :edit selection for vifm inside vim.

adf5ee77c3b5bc665cb81946761a3fee1624f47e authored over 13 years ago
Don't allow users to move files using cw command.

2c2e8c0a041351729524e4f48fbac45661be9d0e authored over 13 years ago
Document space before ampersand in commands.

e9af3c5e11f23b6372d92e489f8514a01f6e5ae1 authored over 13 years ago
Add TabVifm to the plugin section in documentation

ec36f3e0f7f69826ac9d89853c49fc6d3adc0822 authored over 13 years ago
Add :noremap, :cnoremap, :nnoremap and :vnoremap

187f06b3478a003bcaaa4c6a148cdb6a6a5f2f42 authored over 13 years ago
Add :unmap, :cunmap, :nunmap and :vunmap commands.

da96bd23c38b68542eceaf7276c3995f9ec2d2a1 authored over 13 years ago
Return previous Ctrl-Z handling.

baf8da91168826928d7952715ec0eaf43871fa12 authored over 13 years ago
Don't let user change mode in startup file.

cb32c31232491d5aa653fb6df4853bb5e5e3fc09 authored over 13 years ago
Try to fix some problems with Ctrl-Z.

032622bb8e7af873d4bcadc76078d0e7ed6ca5a3 authored over 13 years ago
Add :comclear command.

b7e74a32e479623444bbf9d34af81bc5bb5e5413 authored over 13 years ago
Make m command work in visual mode.

13874de270c5f86646c485cdf2eb8261829cb691 authored over 13 years ago
Don't hang on Ctrl-Z when runned not in shell.

3ec4d262cbd815017bd29da57cdb32419e1ecfa4 authored over 13 years ago
Check execute right on :cd.

1256571ed27ff09b2d91f3f0f6a1d1b4f874095a authored over 13 years ago
Never show .. in the :marks menu.

4a66d684072f4401072beac9f006506e46f7cd53 authored over 13 years ago
Fix mark names in :marks menu.

64dd2a2a4c861a9e286526c2d87acc3b6b31d49a authored over 13 years ago
Make :mark accept one argument.

4342f0d8c34af5b4848fa4ddc03d5308b11cf7d0 authored over 13 years ago
Fix cd to work with ~login.

bc9f61a40232b45eef130ef4f73b5415d20f06cf authored over 13 years ago
Make command accept one argument.

And show information about user defined commands that start with given
beginning.

efedcad028a9b5b250a94784939741c2055a1646 authored over 13 years ago
Make :mark understand tilde.

15a64350407303ce3f80681a403f62034b285fd4 authored over 13 years ago
Make :delmarks! work.

Will remove all marks.

8065b892ade88e29a5e9ebb3a03f3653f8f14717 authored over 13 years ago
Add :mark and :delmarks commands.

893e105bb8c135c913288c181cc05411dc3255ad authored over 13 years ago
Don't write anything after running :udf.

123abc501ee42c599841dee5a551106a000e8b8f authored over 13 years ago
Minor code changes.

Removed one argument from exec_command().

8b783c0979f20c1b989df8fb1ac959a24faeed11 authored over 13 years ago
Remove unused enum constants.

a1e9818e8aa55e51431487664b1ca2fda272c3f7 authored over 13 years ago
Better handling of odd terminal width.

a8903c9ca91ef653aeeaaeec1b7da655836a04a4 authored over 13 years ago
Understand user name after tilde in paths.

b89a4b0ffd60baa1e7afe0b22be338e4abbedc81 authored over 13 years ago
Corrected view of commands menu.

9298b412ef17289bf1368b4bb6c9c5b17effb267 authored over 13 years ago
Fix right border and right window size.

When terminal width is odd.

c504283df1a800c4108a223458363238fd2a8b05 authored over 13 years ago
Fix command menu and "..." at the end.

d360336518c243c51ab54b3608143cf5957de763 authored over 13 years ago
Fix gf.

5da34e88ad9e6454505fa259eb1db0cd0867eaac authored over 13 years ago
Fix :h to open vifm help.

f9118d984ae7fa3baf74bb605e34ec643f4a1314 authored over 13 years ago
Make :display and :registers accept argument.

ad947f0aa02501114f95ff5b62ae83c0c2ebe89a authored over 13 years ago
Add gf command.

a76455335bf2e5bcca08e20cf8afc6c252aa4f7b authored over 13 years ago
Add check for broken links of selection on :edit.

8cd6f7d9477de27aa9af7f1ecc6a7dfe8aea5c40 authored over 13 years ago
:filter?, :invert? and :screen? to display state.

a74263bcda5c445dd932660fc3b37f966cf4033f authored over 13 years ago
Changed format of :delete and :yank.

:cmd reg count.

b3adc4aee819b61b61b0bad7a11afc4cd64b5e9f authored over 13 years ago
Add arguments quoting flag for commands.

6082377a6b9ed4a34ae10b214bc99fb3057d82c0 authored over 13 years ago
Don't use ~ to specify scripts directory in PATH.

e07f7b51050a8354c98c6b8f1f8c827519671325 authored over 13 years ago
Remove :cmdhistory command.

Now one should use :history c[md] or :history :

4200ef74bb499ba6cb57c3e2009082a8ac464809 authored over 13 years ago
Fix two small bugs.

Uninitialized data.

e3f915722d03e45d80a5f69eac567fbe63134c89 authored over 13 years ago
Document comments and ~/.vifm/scripts directory.

ebc0fa486af453355b8ad7e70802f043ed80f16c authored over 13 years ago
Move command related functions to commands.c.

From cmdline.c, where they were because of command line completion.

6da83b6dc5f907f2ffddb69e2f552afad42bf1ee authored over 13 years ago
Understand ~ in the path.

4c2b75cf0f40933abe6dae099330974904bf08a9 authored over 13 years ago
Fix ~ expanding on tab.

3de5ec7ff491ae384cf188d9bd421a3d7958335d authored over 13 years ago
Removing old code, fixing new code.

57ae8db7e22d0c39d50ca2d14f1d22076b54aff3 authored over 13 years ago
Update tests.

6c0e124bb94c44f9448758ee11f022414b50f98b authored over 13 years ago
Adapt old commands tests to cmds.c.

2d4fc79d345b5896936ddaa69367b90d80480b5b authored over 13 years ago
Make :command work.

9f26494157fa167df32b7921ac682f04a68e9d1a authored over 13 years ago
Update tests.

6e11e36ac4be945888dd10b60e46dd1b4768d6f8 authored over 13 years ago
Make :yank work.

b9655d18c6cc5bcad67de6f1e2c57aa902867eb5 authored over 13 years ago
Removed more old code.

28e3d5abc535fc10ea9f13224eb2c6eb3972b9e4 authored over 13 years ago
Analyze escaping on completion.

ce2b815a1f0cfc982fa54dfdffd7c28974d58992 authored over 13 years ago
Make user commands work.

fc252b47edc8f4ba14d40d6655b456f22ffb980d authored over 13 years ago
Small fix for the completion.

d19a2ae89d393f6d7d05822720a3b0898be5be40 authored over 13 years ago
New completion, according to cmds.c unit.

37dc0a17f16ee0d476f293d3768eae1868edf79c authored over 13 years ago
Fix completion again and remove some old code.

08c80a38238237cfdc3f11108e73f1100b28deb8 authored over 13 years ago
Make :delcommand work

cb3a646850648a8b49d5fb56036670c45b7a4677 authored over 13 years ago
Make :wq work

a4420b878a61e1cab521d573d3e3ba2505b2300b authored over 13 years ago
Make :write work.

adaeb954d5af713d213bba8356894b3148f901ed authored over 13 years ago
Make :quit work

83a5dd2c714695a39f17a7fcabd08ca5bce994db authored over 13 years ago
Make :rename work.

6334e19bb3b427be47febfbb0da64b462517244c authored over 13 years ago
Make :display and :registers work.

3a46f8fb092c43dacd9b47bfd11fcdff8c884c9f authored over 13 years ago
Make :screen work.

3e98cdbfe1582d58b6a68930122a4a94cc9b499f authored over 13 years ago
Make :sort work.

6040456b387a6ce0c1516db16f5e4aaaf174c543 authored over 13 years ago
Make :split work.

1a3207583040a288e52eab72dd95569abeb87869 authored over 13 years ago
Make :sync work.

aabe7cbe8456f062acb495ee68a8df9912dc6a84 authored over 13 years ago
Make :undolist work.

552f52b150d43e1dd7b0acf042f863b7a0f92ff7 authored over 13 years ago
Make :vmap work.

19e12649fd646cab8fd9850cf447561ededbadb8 authored over 13 years ago
Make :set work.

878b04d43a2c6fbe30b8c364658e51fe9116ea05 authored over 13 years ago
Make :view work.

e35a124c1ebf2d07e561e9619b7d65e225c39b1d authored over 13 years ago
Make :shell work.

8cf7d561949642b6f641bf3bff80da815d1f01d8 authored over 13 years ago
Make :file work.

133e58035f617720fa0f11c18e40005272083f00 authored over 13 years ago
Make :history work.

bda516217550922376fdc1ba7fb8604f02a0960f authored over 13 years ago
Make :marks work.

4d0f5bacb01ffe84ba173117fa309e9ab17f849f authored over 13 years ago
Make :nmap work.

85ea3f7a71c862aaa141306623163bb76d6a09b6 authored over 13 years ago
Make :invert work.

80c05711129fe5a56e8fdc8d82757bf6985d364a authored over 13 years ago
Make :popd work.

fdd9e4308fc1844b5b68a8c0efc0c2b0f4a0825a authored over 13 years ago
Make :pwd work.

c93185e7c50d42d8ce4b8da874f9092c53abca69 authored over 13 years ago
Make :filter work.

672cce893983070c5735fe0c81eafb6e263dcbbb authored over 13 years ago
Make :empty work.

bc01fac71b224643361ce164b23302875f605960 authored over 13 years ago
Make :nohlsearch work.

ecf936e1464c644b4ded9b2226e8ec9e2f839702 authored over 13 years ago
Make :only work.

2b4989710f75727acd718533cb9db5815c4b8cc1 authored over 13 years ago
Make :pushd work.

9733ff3caf25426011f7d1572a665bbbe04552b8 authored over 13 years ago
Make :map work.

27360eb07c9b1c4c63fcfc6cf7f38c3379dac636 authored over 13 years ago
Make :ls work.

fc546d1a8c8f6bcc9b3d0ea1f8acafd3772049fe authored over 13 years ago