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

Make C command accept count

[count] is number of copies to make.

github.com/vifm/vifm.vim - 0b1ffe2a59f8428021646e841fa7f7d948fe7e59 authored over 13 years ago
Turn Ctrl-G dialog into mode

So now it's very easy to add new keys (and especially key sequences).

github.com/vifm/vifm - 0bde932f9151d4a261da46e31ebf638c83ef9523 authored over 13 years ago
Fix compiling on *nix

Accidentally removed one of #include directories, which isn't needed on
Windows, so no error was...

github.com/vifm/vifm - 7435573cb16d6482cf46901dcc1351641d1d05ac authored over 13 years ago
Add ZQ and ZZ keys to dialogs

github.com/vifm/vifm - d44e76b90cca1d51a4302cff03655294dfc03976 authored over 13 years ago
Add 'tabstop' option

github.com/vifm/vifm - b2a2a5fa2e33b02840fcd1290407f0d8bc74b922 authored over 13 years ago
Add 'tabstop' option

github.com/vifm/vifm.vim - 40de55bf1642c9541e6d886925189ab752cdee46 authored over 13 years ago
Run -c arguments on :restart command

github.com/vifm/vifm - 17cc59c7e01e8d5ebd5bb0f91a60804971efaf45 authored over 13 years ago
Add ZQ and ZZ keys to close menus

github.com/vifm/vifm - 8eb24013eb5d46329d8a2cc12369aa45e3a0591e authored over 13 years ago
Add ZQ and ZZ keys to close menus

github.com/vifm/vifm.vim - fcdcb320786050f04125524589f83c51f98f713f authored over 13 years ago
Fix Ctrl-C handling on Windows

github.com/vifm/vifm - 8e05d6465f7d7164d271d4e6ad3c82e1940c0f1f authored over 13 years ago
Consider 'ic' and 'scs' options in view mode

github.com/vifm/vifm - 744d7943fae4e548e01a60d09bcdf8fc15b1b7d9 authored over 13 years ago
Fix copying of hidden and system files on Windows

github.com/vifm/vifm - 1c18d27d03aecdbb5911f2461b5ca5ccab724d3f authored over 13 years ago
Increase size of buffer for menu lines

To prevent wrapping.

github.com/vifm/vifm - f3b938099818abb3717f90ac3371b59d4ef52810 authored over 13 years ago
Fix some issues with zt/zb and 'scrolloff' in menu

After zt at the top cursor was redrawn in wrong line.
zb used to scroll menu even when cursor st...

github.com/vifm/vifm - 89036ee2f59c379e57fb38852e5cf337301e009a authored over 13 years ago
Fix gf command on Windows

github.com/vifm/vifm - ca0951c7baec37b8e8db4d33537fb7b71fdce4fc authored over 13 years ago
Add more tags to vifm.txt

github.com/vifm/vifm - 8875467b0830c9f9dc6d3033af72642163f86482 authored over 13 years ago
Add more tags to vifm.txt

github.com/vifm/vifm.vim - 62a17baa85db313813617cebea895b03246b7f3f authored over 13 years ago
Fix loading long histories from vifminfo file

Search, prompt or command

github.com/vifm/vifm - e379bc95f47ecbbdea8aacc749ecbf96d4445baf authored over 13 years ago
Allow question mark for :mark command

Prevent bookmark overwriting. So one can use this command to set
bookmarks in vifmrc after load...

github.com/vifm/vifm - a4f88d510c61b07ec778d82e5639313763e9145c authored over 13 years ago
Allow question mark for :mark command

Prevent bookmark overwriting. So one can use this command to set
bookmarks in vifmrc after load...

github.com/vifm/vifm.vim - 0d3b0c3dfba420f998569304979349954a3b1b75 authored over 13 years ago
Add ftdetect plugin for vim

github.com/vifm/vifm.vim - 8cb388a528f1a3d2f92f966aed392d72abca649b authored over 13 years ago
Add ftdetect plugin for vim

github.com/vifm/vifm - 7ee33d20c8b38b1023d7ebd0a124065876f89fdb authored over 13 years ago
Fix cW (didn't add dot)

github.com/vifm/vifm - 0e730708022ad1b39f0f660ea6d1e85976bac196 authored over 13 years ago
Update FSF address

Thanks to Pierre Dorbais (chdorb)

github.com/vifm/vifm - 330c366d82e813e320eb63783126fd0ca65c5be5 authored over 13 years ago
Add zh, zl, zH and zL keys for the menus

horizontal scrolling

github.com/vifm/vifm - 3e7043a468c81a23eef979d83e46d0fa57b9ef66 authored over 13 years ago
Add zh, zl, zH and zL keys for the menus

horizontal scrolling

github.com/vifm/vifm.vim - 78d86de60c60552a8e213a50ca520c326cee79af authored over 13 years ago
Add search functions to view mode

github.com/vifm/vifm.vim - 6e84a0383ee72402ab7284d9f14e0f2f534e4b06 authored over 13 years ago
Add search functions to view mode

github.com/vifm/vifm - 0d0aecfb752f275e95964de637cc780988f3c848 authored over 13 years ago
Allow using tilde in :source command

github.com/vifm/vifm - 1aba7a3265a0dcaaca4647d0eed1707258f18fed authored over 13 years ago
Set PWD environment variable on Windows

github.com/vifm/vifm - 0049a91431f20454941a2e47011dc7d7dcd92145 authored over 13 years ago
Add :source command

github.com/vifm/vifm - 048baca9d3c3d9afb18203cfe7c3e7d555212520 authored over 13 years ago
Add :source command

github.com/vifm/vifm.vim - 5518c864766be620ff7788a636caea3a3b7dea63 authored over 13 years ago
Add -c <command> and +<command> command line args

github.com/vifm/vifm.vim - 4d015efe204ac03be4e3173db63948c3266cbb91 authored over 13 years ago
Add -c <command> and +<command> command line args

github.com/vifm/vifm - f16d4f0b29b5d60fd6121d2193299a5a46a88657 authored over 13 years ago
Add e key for normal mode

github.com/vifm/vifm - 0c4ebe0e5394faf3015579b40fc36647dd627e7d authored over 13 years ago
Add e key for normal mode

github.com/vifm/vifm.vim - d0c599db30643d5f459847da8241b958e9733309 authored over 13 years ago
Leave view mode on Tab key

github.com/vifm/vifm.vim - c9724460ccebc53b72a94beba4c2ba04c381a36d authored over 13 years ago
Leave view mode on Tab key

github.com/vifm/vifm - 1184b126e2c43f5f57d53bf689ec7d18333c915c authored over 13 years ago
Fix bug with applying :s or :gs several times

github.com/vifm/vifm - a16efb7147066aa18640d4d8e90dbf5e91317373 authored over 13 years ago
Still working around cmd.exe defects on Windows

github.com/vifm/vifm - d13bf6afd4b6f2bde94a9e93e597019c6edc1a77 authored over 13 years ago
Small correction for running commands on Windows

github.com/vifm/vifm - 5f0558569580af57e50adf50e77165f1175ac75c authored over 13 years ago
Fix running udf commands from the :command menu

github.com/vifm/vifm - 08fcc8c2c0a2164a34857033ef2726f034572d53 authored over 13 years ago
Fix changing slash type in shell commands on Win

github.com/vifm/vifm - a181af7381a80a950470081cb4acf72cc505106c authored over 13 years ago
Make i key work in visual mode

github.com/vifm/vifm - d5ca4b448c5f270fbcb3be8d45a863cd1fcf6a79 authored over 13 years ago
Fix issue with double quotes and cmd.exe on Win

github.com/vifm/vifm - 90404c3323f8ae24f5dd4050ea09b6b0a32ea29a authored over 13 years ago
Use -r for grep, yes again

github.com/vifm/vifm - 9530be6728731f769abd22b3885bbec54c62763b authored over 13 years ago
Small corrections for compiling on Mac OS

github.com/vifm/vifm - 8e87b76a16e1b454c07c19f92a892186c855f337 authored over 13 years ago
Use -r argument for grep instead of -R

github.com/vifm/vifm - 7771ff87f2d34d99bf0e872b5835669b157f2982 authored over 13 years ago
Fix viewing files with UNC paths on Windows

github.com/vifm/vifm - cc954820414fb9e61610ddd28e2f858bd21f774c authored over 13 years ago
Add view mode

This is not the same :view. It is less-like behaviour in the :view
pane.

github.com/vifm/vifm - 6bb9285acf79295f8fe2c221d9d66e1a642594bc authored over 13 years ago
Add view mode

This is not the same :view. It is less-like behaviour in the :view
pane.

github.com/vifm/vifm.vim - 0629dbd06b7c5717c3214199d802024cfbe0bcc7 authored over 13 years ago
Smarter file name generation on cloning

Increment number in parentheses.

github.com/vifm/vifm - 1e9e8b313e587352b1f884423d2522fc5a4ba72e authored over 13 years ago
Fix message about matches after search

github.com/vifm/vifm - 8750e0f8bf62063d9f5f39011715de569090a1fe authored over 13 years ago
Fix undoing of group file rename operation

Apparently broken while doing background :move operation.

github.com/vifm/vifm - 3285603b3de0c6c4cfd479d95b40cba9721aeff8 authored over 13 years ago
Move funcs to work with string arrays to a unit

github.com/vifm/vifm - aa812a6f06a4c3ded52e88391dd0e3f447b9e891 authored over 13 years ago
Move utility utf8 related functions to utf8.c

github.com/vifm/vifm - 30f0b22cdb87a08e5a3943b1ede1ea671598d75c authored over 13 years ago
Fix bug with name conflict message 2nd time

github.com/vifm/vifm - 6bd6c7a3dedecdbada028007604318a57fb3b2e2 authored over 13 years ago
Add Ctrl + Alt + letter combinations

Only for *nix

github.com/vifm/vifm - aeee2329aac1e4fb92b648e68c962ec7e5b9a984 authored over 13 years ago
Add Ctrl + Alt + letter combinations

Only for *nix

github.com/vifm/vifm.vim - 43221d46d8135dfaf40173faca0f73c95ae7cab4 authored over 13 years ago
Add <c-s-X> and <s-c-X> as synonyms for <c-X>

It is so in Vim.

github.com/vifm/vifm - efdad813eae257a63d3af5925f5a6b5e9e0cfe6d authored over 13 years ago
Fix some issues with shell escaping

github.com/vifm/vifm - 1a3b85701f43f4291cedb86e7fd4e053d72110c9 authored over 13 years ago
Fix dollar sign in directory names on Windows

Due to environment variables expanding.

github.com/vifm/vifm - ab9e2238bcfd85a1ffcbbc5b4fe0b4ae37f9fcdb authored over 13 years ago
Move cursor to clone of current file after :clone

github.com/vifm/vifm - d11cd7b9430b1f527b8f499d5792ce1596725d77 authored over 13 years ago
Fix small issue with sorting directory names

Before, sorted like this
dir(1)/
dir/
when it should be
dir/
dir(1)/

github.com/vifm/vifm - 7bc99180da10f61f2f2fa2d0f7d052a30e8ea936 authored over 13 years ago
Fix parsing path arguments on Windows

github.com/vifm/vifm - d0ca638ba9fa3720239237e842d0704a648139cf authored over 13 years ago
Add a couple of sentences about :filet and filev

To the documentation.

github.com/vifm/vifm - 65a2fa5d3317b8bf710ea8bfd738c52d21c01719 authored over 13 years ago
Add a couple of sentences about :filet and filev

To the documentation.

github.com/vifm/vifm.vim - be38d36a1b88db759bdba8a08775d2857c8b740d authored over 13 years ago
Add notation to run internal commands from udf

For example:
:com tst :!!echo %a

github.com/vifm/vifm.vim - 4ad7ef3604008cc4083d81d31c8cc9106ac5c1c2 authored over 13 years ago
Add notation to run internal commands from udf

For example:
:com tst :!!echo %a

github.com/vifm/vifm - a63f6bbfdaa57ea3e186ba42d312de6cce869daa authored over 13 years ago
Fix :history menu on Windows

Really fix is_dir() function.

github.com/vifm/vifm - beb28882d47af3ef8a3805c77a49a206cc856c92 authored over 13 years ago
Fix completion of UNC paths on Windows

github.com/vifm/vifm - ceb7b699d6a7d87f1ac2fa4dac56f97535649db7 authored over 13 years ago
Fixes for UNC on Windows

Show all shares (including private ones).
Fixed some bugs with UNC paths.

github.com/vifm/vifm - 85eee8244d635e5a0586504db76281a52733d564 authored over 13 years ago
Fix <m-X> with pdcurses

github.com/vifm/vifm - 474954d9ac454e20dd64d339a932c5b1f57f9965 authored over 13 years ago
Fix <m-X> with pdcurses

github.com/vifm/vifm.vim - 073de0011495a24db9b5f201ac964986551e2ab7 authored over 13 years ago
Add <a-X> as synonyms for <m-X> (where X is a key)

github.com/vifm/vifm.vim - 95e60ea29ee734ba7eb150e8295f690360b938e4 authored over 13 years ago
Add <a-X> as synonyms for <m-X> (where X is a key)

github.com/vifm/vifm - 6b66b28b3e7fe63e8519e248259d99f9a10e7fbd authored over 13 years ago
Fix Ctrl-A/Ctrl-X

And files with consecutive numbers in their names.

github.com/vifm/vifm - 0588f104ade016c51cf6fa42d2a899a2c8d74ae2 authored over 13 years ago
Add Ctrl-A and Ctrl-X keys

Normal and visual modes.

github.com/vifm/vifm - 5f41e75684d1485c98a28502179d4abbab076fa3 authored over 13 years ago
Add Ctrl-A and Ctrl-X keys

Normal and visual modes.

github.com/vifm/vifm.vim - 9862a4b3adc82c0498b934df79c5f6b333f4d750 authored over 13 years ago
Don't change file extension on cloning

github.com/vifm/vifm - e2945f4811f1a5c5ce65ffe6f20087254344ff0c authored over 13 years ago
Ensure third column in the :marks menu is visible

Also fix displaying of menu lines containing local characters on Windows.

github.com/vifm/vifm - f63287cc76ed3fcb348f5185f164283916c8cd4f authored over 13 years ago
Correct check of mark existence on Windows

Two steps:
1) check if drive exists;
2) check if directory exists.

github.com/vifm/vifm - cfe4049c94f55cf17ea6ed0d7c2c82adc5000e75 authored over 13 years ago
Show invalid marks in the :marks menu

Why? See description for the previous commit.

github.com/vifm/vifm - 9cdfbe707c8d79c976f0c4dad49dcdbcc41f1238 authored over 13 years ago
Save invalid marks to the vifminfo file

Why? Because some people use vifm from a usb key on several computers.

github.com/vifm/vifm - 9b9b8d35f462ee36872223ba2e741816896dc262 authored over 13 years ago
Fix segmentation fault on completion

Was introduced with support of environment variables.

github.com/vifm/vifm - 96652d59faaa74c37c347c6c2827b40cda645b6d authored over 13 years ago
Small correction for checking if dir was changed

Windows only

github.com/vifm/vifm - f37a88779204a4585d125420437a383e503fa564 authored over 13 years ago
Force refreshing of views after P key

Because it's forced after p key.

github.com/vifm/vifm - 9ddfd859d1dffc045bae74c21d809f3c869a8648 authored over 13 years ago
Fix bug with showing quick view after :only

If run :view and then :only

github.com/vifm/vifm - 5c8b6990e5a46e05c9d8872cadec26617977db00 authored over 13 years ago
Make ga and gA work in background

github.com/vifm/vifm - 99deadb7105a6351f8ebdd0241259d3d1f41157a authored over 13 years ago
Fix Ctrl-W | and Ctrl-W _

github.com/vifm/vifm - 694fc3cb14724e7c7302a515c63df0497b133ee4 authored over 13 years ago
Better check if directory was changed on Windows

github.com/vifm/vifm - 31109ad600d6954c73a65907a54521bdc7838cf9 authored over 13 years ago
Fix changing split orientation after Ctrl-W =

github.com/vifm/vifm - c6e050115ec881d9abf4f860267b927e4efa9053 authored over 13 years ago
Escape expanded environment variables

github.com/vifm/vifm - 93441a34002a6eb474cf68ae5423f7b19c1e23f5 authored over 13 years ago
Merge branch 'master' of github.com:xaizek/vifm

github.com/vifm/vifm - b0f3498c904f2f3869939e6b542b5e3c8260e7b0 authored over 13 years ago
Merge branch 'master' of github.com:xaizek/vifm

github.com/vifm/vifm.vim - 3851e72d5444f079a12762a2d7e57fad7c82c0ab authored over 13 years ago
Add support for environment variables

Add support for using environment variables as :cd or :pushd arguments.
Add completion of enviro...

github.com/vifm/vifm - 75acb38b86ac4d4369a7907cee58c494a5ac2832 authored over 13 years ago
Fix moving the splitter

Without count it should be exactly one.

github.com/vifm/vifm - e6d6ca5f56b7bfb682c646aed54f09d5632247c6 authored over 13 years ago
Fix moving the splitter

Without count it should be exactly one.

github.com/vifm/vifm.vim - 602f82c827670c60cf25bb7885d0fea5dd609a60 authored over 13 years ago
Fix moving the splitter

Without count it should be exactly one.

github.com/vifm/vifm.vim - 324be72fa4c5ea2524a8ccb57cd77fa54c1a994e authored over 13 years ago
Fix moving the splitter

Without count it should be exactly one.

github.com/vifm/vifm - 4a2977563c2914ba0d8b69bf546cd50e7643bcd0 authored over 13 years ago