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

Add tags.c file generation to makefiles

github.com/vifm/vifm - 96107d2cfd671bb40353ef3eaec752c1cf9ce4f7 authored almost 13 years ago
Change comparison of panes in normal.c

Replace `bar_view->win == foo->win` with `bar_view == &foo`.

github.com/vifm/vifm - f3eb0c093480595d274ddb172d6a536691e07301 authored almost 13 years ago
Add ctrl-w p, ctrl-w b and ctrl-w t keys

In normal mode only.

github.com/vifm/vifm - 41f5ec381000a0e71888ff987d8a8342bd541f53 authored almost 13 years ago
Add ctrl-w p, ctrl-w b and ctrl-w t keys

In normal mode only.

github.com/vifm/vifm.vim - 231704ee05cc574f6c4b60e13fd991782d28ad60 authored almost 13 years ago
Fix accidentally broken terminal title on *nix

github.com/vifm/vifm - fd28987e0c24d7fd7d49aa8480803f5bdd8dc5c5 authored almost 13 years ago
More error-prone option initialization on startup

github.com/vifm/vifm - 7735567941a7d77258bd0df443424e3031f8bbd9 authored about 13 years ago
Fix drawing of directory lists over dialogs

If directory content was changed by some external application.

github.com/vifm/vifm - 8139298d2706b35227bd30b788ef003564951e6d authored about 13 years ago
Remove data/vifm-help.txt from the repository

Automatically generate it on make command.

github.com/vifm/vifm - 4a458f9ea75bfe98de879a16a4f5d558ed1f665a authored about 13 years ago
Don't draw dir content over pane in view mode

github.com/vifm/vifm - 5d3ef3e9fddf4baa285d9269dc0900d689499c61 authored about 13 years ago
Don't add excess slash on e key in the root

github.com/vifm/vifm - 4b98bd006652cda83e2f039ac0abda8e2be661a5 authored about 13 years ago
Merge pull request #2 from sklnd/trashdir-setting

Allow the trash directory to be set using trashdir

github.com/vifm/vifm - 24792dd953a0030880e3a4e4cf139bb9785a79c2 authored about 13 years ago
Allow the trash directory to be set using trashdir

github.com/vifm/vifm - cec439a8a82c5de8cd457f2154c0998fc69647d8 authored about 13 years ago
Allow the trash directory to be set using trashdir

github.com/vifm/vifm.vim - 493875de44415b0836a7ffbd2f6e2b122fecda50 authored about 13 years ago
Some workaround about vicmd and --remote-foo

github.com/vifm/vifm - 3168aeefd66c173a360bfaabeb3b0a1c76501129 authored about 13 years ago
Add a macro for sort dialog window width

github.com/vifm/vifm - e1d6aa4672673901867ea66dcec5b07748f62416 authored about 13 years ago
Fix error by one in sort dialog.

github.com/vifm/vifm - b39b7169b08d2614d28b2502a2f4a6bd823cb47f authored about 13 years ago
Fix :empty command on Windows

Remove Trash content instead of removing itself (not intensionally).
Thanks to Alexandre Viau.

github.com/vifm/vifm - f753922441f5bdc2510d29d1be28f94d001dc03c authored about 13 years ago
Show message on invalid arguments after --remote

Instead of polluting screen with help message.

github.com/vifm/vifm - 7b6bbe4b7c1fee2d2d2c388a3f0fea52061dd9e4 authored about 13 years ago
Reset quick view and view mode on --remote

github.com/vifm/vifm - b38604cad65f05b61754d924f1514e78beead66c authored about 13 years ago
Fix leaving inexistent directory on Windows

Thanks to Alexandre Viau.

github.com/vifm/vifm - 583a579389518f40bc574352522f24908cbb00bd authored about 13 years ago
Fix running files on Windows on l key

github.com/vifm/vifm - 1c27414c266776c6b5bcc5335004ce4c9081178b authored about 13 years ago
sf#3482089. Fix compilation on *nix

github.com/vifm/vifm - 0e746019008b18ea1ebb3ee749c80909e20c33e1 authored about 13 years ago
Remove odd sorting keys on Windows

github.com/vifm/vifm - e45ae2264113acffbbd9a9bfcb001af36893368b authored about 13 years ago
Remove odd sorting keys on Windows

github.com/vifm/vifm.vim - b6988bef1ba57a6ffb393814659261696b05052e authored about 13 years ago
Add file attributes in status bar and info view

github.com/vifm/vifm.vim - 60acf7e36f5fc0822074e92e510f68956c6101b1 authored about 13 years ago
Add file attributes in status bar and info view

github.com/vifm/vifm - 99633fdc32efe7943a34524117c57152131c4d79 authored about 13 years ago
Add logging to utils.c:get_link_target() function

github.com/vifm/vifm - 2a092d90f09c35fb34dd58d6a0bcb37ac8b3e52b authored about 13 years ago
Fix storing of cursor positions between sessions

github.com/vifm/vifm - 578927f59537da350637de760e883d717fa76b62 authored about 13 years ago
Fix title in permission change dialog

And files with long names.

github.com/vifm/vifm - f763a04305f76d415d3073929f8a359274ddd1e5 authored about 13 years ago
Add file properties dialog on Windows

github.com/vifm/vifm - 55b3c873632572163d7a49d29ade8fe1c36dc85d authored about 13 years ago
Add file properties dialog on Windows

github.com/vifm/vifm.vim - 9d44ee971d450bcd79b269de5b29716d05d94562 authored about 13 years ago
SF#3480905. Fix filtering of selected files

For files with symbols that have special meaning in regular
expressions in their name.
Thanks to...

github.com/vifm/vifm - 0a7aea5537336c922458c504f49629a59a03acb4 authored about 13 years ago
Fix %S macro and no command output

For example, first command produces "foo" output and it's displayed in
the status bar, the secon...

github.com/vifm/vifm - f32d09c36dba1ab76cf33344b5cd5ce1703dbc4b authored about 13 years ago
Fix messages about bg operations in :jobs menu

github.com/vifm/vifm - f98c4357b4b35a663bbdb562d8328f995a2becf6 authored about 13 years ago
Properly quit vifm on console closing on Windows

github.com/vifm/vifm - 94e2272259974bc5feca88bb0e1faa56d29a156d authored about 13 years ago
Fix adding of "(1)" to name passed to :clone

github.com/vifm/vifm - 32047601338ba5b070a0d479c2fff5eb9b5ec9cf authored about 13 years ago
Improve IPC wait cycle a little

To make it more reactive.

github.com/vifm/vifm - 64bc6340fb052636ef1243a2190c6dce166a03af authored about 13 years ago
Initialize ncurses after parsing arguments

So running `vifm --remote foo bar` will never clear the screen.

github.com/vifm/vifm - 459815e870e998107814027e097ad4db7142523b authored about 13 years ago
Add one more change reason for options

OP_RESET on :set opt&

github.com/vifm/vifm - ff5bfa15b05ef42563e22d1bdef22706fe289dff authored about 13 years ago
Don't quit server when invalid args were passed

E.g. using vifm --remote foo bar

github.com/vifm/vifm - f69e98ca5feae94f5e0dfb1355c6f4e13542864d authored about 13 years ago
Never change active view on :restart command

github.com/vifm/vifm - 9eb79c038f7c1952eaea5b900f1d802906e64ae6 authored about 13 years ago
Fix startup crash after startup log creation filed

Was after 33853f9.

github.com/vifm/vifm - b90474504a5aac6cba058e5d10dd1b7052f6c7aa authored about 13 years ago
Fix redrawing on startup on Linux

Was broken after 4a4fc16.

github.com/vifm/vifm - 0a1437dc1fd4de87c3493c4ec6e9bfb71bd74899 authored about 13 years ago
Fix some small issues with --remote

github.com/vifm/vifm - b8a89f06f4b13c10c5781bbdcead578d37a3f4b4 authored about 13 years ago
Let :s and :gs change slash type on Windows

github.com/vifm/vifm - 01499fb04b4fba9578271cab49f13d7c2bcb0b14 authored about 13 years ago
Add a macro for array length guards (ARRAY_GUARD)

github.com/vifm/vifm - 20b3ddeae32c6580a9d0bf3689bd7643c94877b4 authored about 13 years ago
Allow using of '\' in :rename buffer on Windows

github.com/vifm/vifm - c7ce150dd1f7605e8d0743ef818d5a53786b9202 authored about 13 years ago
Avoid unnecessary directory view updates on Win

Like after C key.

github.com/vifm/vifm - fe6aed06c5c53effd5c04349cdc621e946ea8c5c authored about 13 years ago
Fix read-only file removal on Windows

github.com/vifm/vifm - 611e5c27809b347e28e727b017c2475b90839767 authored about 13 years ago
Rename struct status_t.{vifm_started->load_stage}

github.com/vifm/vifm - 7c44b0633d33df2ec04c8d204e0f35714dd1b440 authored about 13 years ago
Make 'sortnumbers' work on Windows

github.com/vifm/vifm - f0cea61895d6f7da08a509cccf1d56a3088eb971 authored about 13 years ago
Add test for ignore case sorting.

github.com/vifm/vifm - 8852c09e9a53c0bf1e26d11ff606f5937e9c3fd4 authored about 13 years ago
Fix makefiles after recent changes

github.com/vifm/vifm - 1817a54cfd5165e1890825f0de2fdd178d3982ea authored about 13 years ago
Fix sorting with ignoring case

Used to sort a -> B -> _ instead of _ -> a -> B

github.com/vifm/vifm - 6ead63092accf0aaba80a750bd76369e257f0d46 authored about 13 years ago
Correct window update on startup. Less blinking.

github.com/vifm/vifm - 4a4fc16959d73d9ff231d0fc3278f9d488bf1971 authored about 13 years ago
Change square brackets in yes/no of confirm dialog

github.com/vifm/vifm - 58752ad123e91ae8f9ed77549801b83e961e9a06 authored about 13 years ago
Fix segfault with 'lines' and 'co' in rc on Win

github.com/vifm/vifm - 3521b3c10f908003d55901d9740bc2849d0beed5 authored about 13 years ago
Make vifm look for vifmrc in exe dir on Windows

github.com/vifm/vifm - 33853f9c5ed8a634fd6fff434455d21b130b90be authored about 13 years ago
Make vifm look for vifmrc in exe dir on Windows

github.com/vifm/vifm.vim - 5ed32f97a8c6bb2ea608b370befb227dcef53e03 authored about 13 years ago
Fix restoring of terminal title on Windows

When it contains non-latin characters.

github.com/vifm/vifm - 094872a63faf93ee012e4c431912e9d2590dfc13 authored about 13 years ago
Fix a typo in statusbar message after :mkdir

github.com/vifm/vifm - 146240faa69ef6bdaa01f3a6ab70448838b65d5c authored about 13 years ago
Fix Ctrl-U/D/F/B keys in visual and menu modes

Not all handlers took 'scrollloff' into account.

github.com/vifm/vifm - 8e13e429a6fd1bee1465b2347c27f23368ed4152 authored about 13 years ago
Fix ctrl_w+* keys in view mode

github.com/vifm/vifm - c676b276fa82c0f138dea502c26a5b36511d0ae0 authored about 13 years ago
Fix bug with updating filelists when in menu mode

github.com/vifm/vifm - 292e5cad7aea1fb89bfc585878c8549cc1f18de9 authored about 13 years ago
Fix :file menu title

github.com/vifm/vifm - 255262f91b6e47a14707884bc5fd9359872fdac7 authored about 13 years ago
Add embedded icon on Windows

github.com/vifm/vifm - 5d27f07fdbdb9258d827e8f0c6b34705311f7f60 authored about 13 years ago
Slightly refactor config.h

github.com/vifm/vifm - 4d0b814c90a5fbe3b771594ea6a117c4bba08e2e authored about 13 years ago
Mention cterm :highlight command argument cs files

"cs" means "color scheme".
This concerns only generated color scheme files.

github.com/vifm/vifm - f15ac671041db77b20aa36649e540dbb55387d83 authored about 13 years ago
Better check for old-style color schemes file

github.com/vifm/vifm - 3bca3fc5e394d21738daabb01d2b480592fbde04 authored about 13 years ago
Better build system

Add ability to run tests separately from tests/Makefile.
Don't output if and for shell statement...

github.com/vifm/vifm - e09ce174006fabea145b66aa14e4d5b67aba2a41 authored about 13 years ago
Don't rebuild all test each time on make on Win

github.com/vifm/vifm - 09ecec48c52f3b1cebedab73f3caae067b7be96c authored about 13 years ago
Add $VIFM and $MYVIFMRC environment variables

Also made determining of home directory on Windows more intelligent.

github.com/vifm/vifm - ad7e1c7df09382cd592170127f160ac9e49fea46 authored about 13 years ago
Add $VIFM and $MYVIFMRC environment variables

Also made determining of home directory on Windows more intelligent.

github.com/vifm/vifm.vim - 8e60b0a36ab0b7e6f7480e93b8b2844322e08ef1 authored about 13 years ago
Fix fast command-line leaving on <esc> on Windows

github.com/vifm/vifm - 9fbf04741926174f855203f8880046007a39419d authored about 13 years ago
Fix recently added bug with :rename

Also add some basic tests for renaming.

github.com/vifm/vifm - a7e2a0731ae9df240933c28abbaae76f040259d3 authored about 13 years ago
Fix bug with :rename and screen support turned on

#3470366

github.com/vifm/vifm - f26bd9beffabf6462d743979a3627c242060cfa1 authored about 13 years ago
Fix bug with :rename and 'vicmd' with & at the end

github.com/vifm/vifm - f539d0e5df691991c23aead8c7df8835ec2eb9e2 authored about 13 years ago
Use functions from utils.c to work with envvars

github.com/vifm/vifm - 3c6535d8085ec70a21c77663bc2c48228048f3dc authored about 13 years ago
Add :let and :unlet commands to work with envvars

github.com/vifm/vifm - 642a7831241c1817526ae913383eb9a7d7940311 authored about 13 years ago
Add :let and :unlet commands to work with envvars

github.com/vifm/vifm.vim - dd9cf7fea8a2181cd0906d26b8caae01dc4a3223 authored about 13 years ago
Automatically create bin directories in tests

github.com/vifm/vifm - 18ad6ee5d2162810d3274f28263fda359c540705 authored about 13 years ago
Remove odd colon in status line on Windows

github.com/vifm/vifm - 71c1040b14d2e2a988459b710602944a437403f4 authored about 13 years ago
Fix bug with going to upper bound of vis selection

Actually cursor position was updated, it just wasn't redrawn.

github.com/vifm/vifm - 52137b4f39cf17b3617e7b32e92c5484f1ac71c1 authored about 13 years ago
Fix several small bugs about 'co' and 'lines'

github.com/vifm/vifm - 59d1834b21282612d1a5e0d522088e1581e9fc4c authored about 13 years ago
Update links to GitHub in README

github.com/vifm/vifm - 54dcc6fab43f00e4760e81b9f58a3c4ac1567aef authored about 13 years ago
Add 'columns' and 'lines' options

github.com/vifm/vifm - 06647e4220033d72a5edc4240c75004114f75817 authored about 13 years ago
Add 'columns' and 'lines' options

github.com/vifm/vifm.vim - 1bee3cfc5fbc743c440e77094e7f6a46e2598dbb authored about 13 years ago
Fix small bug with writing one byte outside buffer

github.com/vifm/vifm - a179718900843d287592efe08adcba33ace76a99 authored about 13 years ago
Fix non-latin symbols in console title on Windows

github.com/vifm/vifm - 05a473c8ff88da64270e749f34a098ed023be038 authored about 13 years ago
Fix "set but not used" compile warnings

github.com/vifm/vifm - 7e6e915d223267bec8da5f7a64658d5615341f8b authored about 13 years ago
Process -c arguments after --remote on a server

github.com/vifm/vifm - 17e1205ff9cf476a0a260c5d6c4cff4bc03267f9 authored about 13 years ago
Process -c arguments after --remote on a server

github.com/vifm/vifm.vim - 98bbd67d954b0f9871db7136eddded54f0081bfe authored about 13 years ago
Fix --remote on *nix. Wrong merging

github.com/vifm/vifm - 17a5ad56703e17832f0ff5b31b1ef5019fd5705d authored about 13 years ago
Add recursive mode for :rename command

github.com/vifm/vifm - ce9276ace778f17df4703a4e10869a1c19036a77 authored about 13 years ago
Add recursive mode for :rename command

github.com/vifm/vifm.vim - 21ac6801f9a5716fb7231b8e21525f8960937852 authored about 13 years ago
Rewrite renaming functions to use list of files

Used to be list of indexes in the directory.

github.com/vifm/vifm - 7c1d6499804efb955662f7748aa5682ac2efd8eb authored about 13 years ago
Fix use of uninitialized value

github.com/vifm/vifm - 54880da7fae4557a3098e6ccc8a90a4fa43ed89c authored about 13 years ago
Change logging a little

github.com/vifm/vifm - 7abd34845d41104f3533d70c9db03b182cf18b75 authored about 13 years ago
Fix misleading message about pattern not found

On first search using n or N keys.

github.com/vifm/vifm - 4e65e55c18837d073265d6e44a539aac4e860729 authored about 13 years ago
Fix redraw of other view on 'sortnumbers' toggle

github.com/vifm/vifm - 8f47e63a2b00f4d172e7bfea88d1fba9c319b6c0 authored about 13 years ago