Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Vifm
Creates Vim among file managers.
Collective -
Host: opensource -
https://opencollective.com/vifm
- Website: https://vifm.info
- Code: https://github.com/vifm
Closes vifm/vifm.vim#70 on GitHub.
github.com/vifm/vifm.vim - a737e93a97254681473313a606c66cc810291a87 authored about 3 years agoThanks to Olmo Kramer.
Fixes #743 on GitHub.
github.com/vifm/vifm - 6e9706a226459ade5cf3cb62e29e26f11b0e5caf authored about 3 years agogithub.com/vifm/vifm.vim - 3908fc9e2c276e5f7ce55892618b300c835ffa20 authored about 3 years ago
github.com/vifm/vifm.vim - c719b191f32ac58b4a61ea10550061a3cfa4444c authored about 3 years ago
"status-bar" => "status bar"
"statusbar" => "status bar"
"statusline" => "status line"
Thanks t...
github.com/vifm/vifm - c0c24785757d8f0653f6c6ed4358625e4e88a358 authored about 3 years agoCloses #742.
github.com/vifm/vifm - 13351772fb95b1cc8f71a68ee96dbb53ca6a2f2e authored about 3 years agogithub.com/vifm/vifm - 80b7d8ccc29a1270ac7b4eb4b083810ee704ff5a authored about 3 years ago
github.com/vifm/vifm - f4da616ed0ebd84151e67075ae02be59605fa439 authored about 3 years ago
Compress trie. In tests even without this optimization, trie
outperformed several hash implemen...
No need for having it as a separate function.
github.com/vifm/vifm - c4015f68f3c15548ec1cdcc5c02fb0723e26301d authored about 3 years ago
This makes things even faster and also helps to avoid performance
degradation on cases when ther...
This reduces number of nodes by an order of magnitude (so less memory
footprint) and makes thing...
Not sure why name was the opposite of what it should be.
github.com/vifm/vifm - d6fae9c2912625815abc040b0cb5b3f09e906512 authored about 3 years agoOld name can be confused for "associated value".
github.com/vifm/vifm - 94370ff9d96c15c2cb92d5ab8bfa6b391fdce86f authored about 3 years agoThis word fits better in this context.
github.com/vifm/vifm - f53bbc758ee3645590f85fbfd684ebd41e770fb7 authored about 3 years agoHide graphics in other dialogs as well.
Thanks to PRESFIL.
Also handle it in more mode, file i...
github.com/vifm/vifm - 257500119786e47e8e3b1b7a3960b5d4aef77bc0 authored about 3 years agoMight want to handle multiline statusline in the future.
github.com/vifm/vifm - 325e556696e29a08cb2131a84ff4d9297031268f authored about 3 years agoAttributes, sort, change weren't accounted for in previous changes.
Thanks to PRESFIL.
Another...
github.com/vifm/vifm - d940170039331e88123677f94c46c1393d47ccb6 authored about 3 years agoIt's not very useful and consistent with command-line mode.
github.com/vifm/vifm - 3491456be54ba279847387ccb6528eb187d06946 authored about 3 years agoNot just in messages and prompts. Thanks to PRESFIL.
Another part of #739 on GitHub.
github.com/vifm/vifm - 2070d0b87693e1511fe9b0bc1f3642e7d7935ee8 authored about 3 years agoHides any visible graphics.
github.com/vifm/vifm - a5b5c3d072e6cb0de37cb4e1275ef41ff9faf83a authored about 3 years agoHide graphics when displaying dialogs.
Thanks to heelsleeh and PRESFIL.
Remove extra redrawing...
github.com/vifm/vifm - 1932d672c2452ee134513b13b7167284c22141b7 authored about 3 years agoDon't try to hide suggestions if they weren't displayed earlier.
github.com/vifm/vifm - 8d292def43cd86e8aef947b6032c23cd356f486c authored about 3 years agoThanks to heelsleeh and PRESFIL.
Fixes #739 on GitHub.
github.com/vifm/vifm - 64acfb438cca26f25b8ba78fa81964689589f4a1 authored about 3 years ago
This is a more correct way of doing it and it also reduces duplication
a bit.
Trie data structure is used in various places, this makes its
construction and destruction happe...
Can do this now that trie and trie node are separate structure. With
this interface one can't f...
This improves performance, especially when it comes to freeing a trie.
Might want to replace it...
github.com/vifm/vifm - c5b0d92292bc82362e8361aa26bf4cc5361acb74 authored about 3 years agogithub.com/vifm/vifm - 0756c47fa2c5af7372a82d3342c2a140d5a8e8f2 authored about 3 years ago
Switches to a previous session.
github.com/vifm/vifm.vim - 31c80d4f77056e89cabd9ea3e617feea076499f8 authored about 3 years agoAdd handling of "-" in :session for switching to a previous session.
Fix flicker of status line...
github.com/vifm/vifm - 8a5213ca846afb12eb5baa9510744825e3b84924 authored about 3 years agoSwitches to a previous session.
github.com/vifm/vifm - 6e714c85161a765589ff347e67042634fa633ad5 authored about 3 years agoPerforms switch to a session by its name.
github.com/vifm/vifm - 94e8fbda6e91b129910e7c6f7bc3b6a126843569 authored about 3 years agoDevelopment version of uncov now supports worktrees fine.
github.com/vifm/vifm - 51237fa518c3a01b23d27bb358cf10b45513e092 authored about 3 years agogithub.com/vifm/vifm - 0330c882c7001c031218c353baf52bc758eba437 authored about 3 years ago
Similar to its function in normal mode.
github.com/vifm/vifm.vim - 225e5ada593fda06504e0c469e98e41d3b739b03 authored about 3 years agoThanks to aleksejrs.
Closes #705 on GitHub.
github.com/vifm/vifm.vim - 5a2f49dc48310eb37ceb343ec83efbe3b1a5c2c1 authored about 3 years agoExtended cl normal mode key to handle selection of multiple files.
Add cl key visual mode (simi...
github.com/vifm/vifm - 99feafa1009ad4717858bc9cb2cbeff8b1e817af authored about 3 years agoSimilar to its function in normal mode.
github.com/vifm/vifm - 9be65b4ebfa4ab88a3e59eba32aac670e01f2b12 authored about 3 years ago
* Always print status message, even if there were no changes.
* Always stash selection.
Thanks to aleksejrs.
Closes #705 on GitHub.
github.com/vifm/vifm - 2e550dbe58dd271b238af70675eade8730aba8f8 authored about 3 years agogithub.com/vifm/vifm - d39898df21ea6d5e786b53144caf4ecdb778e777 authored about 3 years ago
Changes target of a symbolic link under the cursor.
github.com/vifm/vifm - 739ded36d83375111e17c5945aa0b88befdaf391 authored about 3 years agoChanges target of a symbolic link.
github.com/vifm/vifm - b5c5b9b6f4b2d39b0cf351c043ed7c047ef15051 authored about 3 years agogithub.com/vifm/vifm - bf6fcfff0f2b0e7f646dddab68d8ecadd8019c00 authored about 3 years ago
github.com/vifm/vifm - 97ceb38af9838b20313c6046743fefe00c8316d0 authored about 3 years ago
github.com/vifm/vifm - 9a5f45c2e02759e1a11aca47bc17db4f8d45df00 authored about 3 years ago
github.com/vifm/vifm - a1435d1646cf7ebf8b261aef7a8431c05a4f1d9a authored about 3 years ago
Fix building when fdatasync() call isn't available.
Thanks to Schrijvers Luc (a.k.a. Begasus).
...
Thanks to Schrijvers Luc (a.k.a. Begasus).
Fixes #737 on GitHub.
github.com/vifm/vifm - d7028ff1edb8943544214948818f087a965a1bd5 authored over 3 years agogithub.com/vifm/vifm - d088543cfc8402842ad915532fcc89d504e26587 authored over 3 years ago
github.com/vifm/vifm.vim - 7aee389c0ada5677eff5872195c0e3a47c20cb76 authored over 3 years ago
Exposes information about active session.
github.com/vifm/vifm.vim - a6a96fa6f64de5d022dc90bb213d269f7b15c0fb authored over 3 years agoExtend has() builtin function to check for Lua handlers.
Fix bogus GCC warnings in tests.
Plug...
github.com/vifm/vifm - 4c6600bdb134a5a76e95232f33435ac7cd9c949c authored over 3 years agogithub.com/vifm/vifm - 4f777906355d1658ea6efcc0b6657e9c5107ddfd authored over 3 years ago
github.com/vifm/vifm - 132ad4a59cab383ef590e1609adce6b4ea03b16f authored over 3 years ago
Exposes information about active session.
github.com/vifm/vifm - e098c65ea5b6eb72ee49c05e3d6746c794d99a7a authored over 3 years agogithub.com/vifm/vifm - 73c0db00dfa52444988534c86091bd328ec99402 authored over 3 years ago
Latest GCC doesn't like when pointer to an array of zero size is passed
anywhere and thinks this...
Fix severe performance degradation after measuring size of large
directory trees.
Also reduce n...
github.com/vifm/vifm - ed28b6fddcd37a3ce6c5335b508534e25f6d4033 authored over 3 years agogithub.com/vifm/vifm - 1ea0b6f5dc532e35b89e993b103d37a023678b34 authored over 3 years ago
Was noticeable after measuring size of large directory trees. The issue
was caused by comparing...
Fix cursor appearing at random places on entering command-line mode.
Fix flicker and loosing pa...
github.com/vifm/vifm - 4e0fa36884b17ac0e3738f3ef1f7aae92e01f18d authored over 3 years agogithub.com/vifm/vifm - 0599d867c703a57c8096e1160c03757b5a8f5876 authored over 3 years ago
github.com/vifm/vifm - 25da3998a00200dc51a5eee8acd02f6ca408d491 authored over 3 years ago
Now it's made visible after redraws.
github.com/vifm/vifm - 5844251205e1bfdcbffad100515fed8328bdd018 authored over 3 years agoUpdate xxHash to 0.8.0 and switch to XXH3 variant.
github.com/vifm/vifm - d5d706bc4963a86fc367d55d4aa9cc420e2bbb8f authored over 3 years agogithub.com/vifm/vifm - 2226da1c23173b7ba6b8ffe5e42176ce78356588 authored over 3 years ago
github.com/vifm/vifm - 4275b9f95cd6bfabbbe3064461c5f6873a6df392 authored over 3 years ago
github.com/vifm/vifm - e3dec3d1823ed328e26396c77cff010a94fe62b5 authored over 3 years ago
Extended optimizations for globs to cover `something*` and `some*thing`
cases.
To cover `something*` and `some*thing` cases.
github.com/vifm/vifm - 866a0c7d84f44a2ff498b6cf29d0d0a5f5e3a573 authored over 3 years agogithub.com/vifm/vifm - f82826ce3e43cec4898f56b0154788d99bd17f0c authored over 3 years ago
Suppress printing ffmpeg banner
github.com/vifm/vifm - 8b3754dc79cb11322675be3d7e1de7efb92faa47 authored over 3 years agoIt prevents detaching viewers from current session.
Thanks to emorozov.
github.com/vifm/vifm.vim - 8b8b5541fa35cd39c652e451796589ff0bf289cc authored over 3 years agoAdd %N macro that prevents detaching viewers from current session.
Thanks to emorozov.
github.com/vifm/vifm - fb2c9240d0e822806e6cbef45340cc76ea758211 authored over 3 years agoIt prevents detaching viewers from current session.
Thanks to emorozov.
github.com/vifm/vifm - 09b8ee569fa1715a59022264c57b8badaf609c17 authored over 3 years agoPrevents detaching from terminal session.
github.com/vifm/vifm - 447fced8f9ca5b2a2338288ffa868dfb4e19a97a authored over 3 years agogithub.com/vifm/vifm - 43a1d43fcd7ff33b956a3143c97e52754c18f569 authored over 3 years ago
github.com/vifm/vifm-colors - 0bbf3de1ad44b92a55a654eeb68fd06c37a6cd70 authored over 3 years ago
add crown_24bit colorscheme which can use 24-bit color support
github.com/vifm/vifm-colors - 53a6b5021be8c3ce122308f4a6205b53da127704 authored over 3 years ago
Suppresses printing of ffmpeg's copyright notice, build options
and library versions inside vifm...
github.com/vifm/vifm-colors - b7dbf804d70e544278683204a4b062b4a8c1de94 authored over 3 years ago
Makes invalid :commands be interpreted as an implicit :cd command.
Thanks to Taras Halturin (a....
github.com/vifm/vifm.vim - 85d7681b004d1a32dd02a5790d713e06f4a251b8 authored over 3 years ago
Add 'autocd' option. Makes invalid :commands be interpreted as an
implicit :cd command.
Thanks...
github.com/vifm/vifm - 3d322dbc66e14d417b9c6b0434c9f681cc37f04a authored over 3 years agoMakes invalid :commands be interpreted as an implicit :cd command.
Thanks to Taras Halturin (a....
github.com/vifm/vifm - 552799f18d14e6efed357cd3e40ce69b2604b9b5 authored over 3 years agogithub.com/vifm/vifm - c3f37bac98a0d0ae952388130e10c2df7fa4aff8 authored over 3 years ago
Otherwise if "" isn't registered as a command, alphabetically the first
command will be used.
github.com/vifm/vifm - 196d55c25ba35a83e6b7c159e8b2fc844e99dd2d authored over 3 years ago
misc/ still does generic testing of the unit (not dependent on specific
commands), but command-s...
github.com/vifm/vifm.vim - 69d1d341e6e8c5424be178cc60375b517c9e4d4e authored over 3 years ago
github.com/vifm/vifm.vim - 82864869e14dffd85a433abedec2862e7e1ad037 authored over 3 years ago
Fix typo in the description of %Pz macro.
Thanks to LamprosPitsillos.
Add missing separators t...
github.com/vifm/vifm - f605f2d2154d32007170f08183bd7ffdb641eab1 authored over 3 years agogithub.com/vifm/vifm - c654213c177145dd1870832a5b6ecaeaf8b7f8c9 authored over 3 years ago
github.com/vifm/vifm - e6f050df3d954134bc00e6abca4959c905872ee3 authored over 3 years ago
github.com/vifm/vifm - ae613f126ab9a536d3d80ebfc0c0c5ba5f6b49f5 authored over 3 years ago
github.com/vifm/vifm - a9511754d11c5f5ec6dc189e5d7ed9ab2ec1b37e authored over 3 years ago
github.com/vifm/vifm.vim - 6898b7fcbc36324c127ba42cabe488ab15c785f4 authored over 3 years ago
Vifm v0.12
----------
New version makes textual preview asynchronous, provides support for 24-b...
github.com/vifm/vifm - 3e920e84eae29fedf75b415e592c4e339c39cff8 authored over 3 years agogithub.com/vifm/vifm - 569fcc8bd41bbdaebb9165d27bf888b9ff536332 authored over 3 years ago