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

Merge branch 'new-command-finish'

github.com/vifm/vifm - 2f448d4739d3d0c2bafaacb68407a662855a26fe authored almost 13 years ago
Add :finish command to use in sourced scripts

github.com/vifm/vifm - 552c3a582ca5a82e8206b3c4d4db672caba53737 authored almost 13 years ago
Add :finish command to use in sourced scripts

github.com/vifm/vifm.vim - 165d57db61647349c9a5c7837d53f703e5590a48 authored almost 13 years ago
Merge branch 'cosmetics-corrections'

github.com/vifm/vifm - 1db8207dc2f6afe5597c13fda9c52b7d2f3cf66c authored almost 13 years ago
Link tests with libX11

Don't know why it's needed now. Used to work without it.

github.com/vifm/vifm - aee301116cfb65d8228868ca2e7ae3f35bbae966 authored almost 13 years ago
Add "Y" key to visual mode as an alias for "yy"

github.com/vifm/vifm - cf7857c99b4c2b6a431d04888e3c9e9c433797a4 authored almost 13 years ago
Add .gitattributes file

To ignore deploy script on making source archive.

github.com/vifm/vifm - 8cdb2b19ab01696d1ccf2518b0afba58dd642de9 authored almost 13 years ago
Correct (or add to man-page) 'rulerformat' example

github.com/vifm/vifm - 9838f5dd36a297e2b6e16deec7c0b15b64ba7461 authored almost 13 years ago
Correct (or add to man-page) 'rulerformat' example

github.com/vifm/vifm.vim - 092626f219ecee5fa03bdf9dac70e251f3455a17 authored almost 13 years ago
Remove empty line in :file menu again

This change apparently was undone during `git rebase`.

github.com/vifm/vifm - 73a60d6abc119b64edac639a73a655a26bfb1d22 authored almost 13 years ago
Add size of file in bytes in file info mode

Ctrl-G mode.

github.com/vifm/vifm - d303c841af5cd0f402600865f5a5feef8617479b authored almost 13 years ago
Fix compilation warnings about undeclared funcs

github.com/vifm/vifm - 1cd1a55626353952fd8c7939b1a8afec4e80328b authored almost 13 years ago
Fix adding of ellipsis into view title

When it's actually don't needed. There was a mistake by one.

github.com/vifm/vifm - 83dc69ee15e2896722e3d9a2df7a5947062cf72d authored almost 13 years ago
Merge branch 'show-parent-dir-for-non-root'

github.com/vifm/vifm - 4e1afa2f4bf4496779de357c3a5bc11bfc254ff6 authored almost 13 years ago
Always add .. directory if current is not a root

github.com/vifm/vifm - 47abdf7128e6bcbee1de73bd81cd5a65cc1b83dd authored almost 13 years ago
Merge branch 'fix-term-title'

github.com/vifm/vifm - dce74e478cf29c28b4cf1df61d27c71e68d52f30 authored almost 13 years ago
Replace home dir with the tilde in terminal title

github.com/vifm/vifm - f164927820e90828c333d4b30c86ab60dcdd8643 authored almost 13 years ago
Merge branch 'fix-filter-inverting-loop'

github.com/vifm/vifm - 7eda731fb6f5c4db19b38438c265d7dad604bf67 authored almost 13 years ago
Pre-check directory before entering it

This is about cd'ing into directory under the cursor on l or Enter
keys. The checks are the same...

github.com/vifm/vifm - d59ed8b50811c154979f04066686cfe99ac4eb8f authored almost 13 years ago
#SF3509361. Fix infinite loop of filter inverting

See also: #SF3517132.

github.com/vifm/vifm - 62f3d1a6656e186ba215abfedbf98c24e2f5e556 authored almost 13 years ago
Merge branch 'small-renaming-fixes'

github.com/vifm/vifm - 072cfa963b94b60c70e665abbad4e68747135e47 authored almost 13 years ago
Use enumeration for error notification type

github.com/vifm/vifm - 5d1aeece7fe5b12012e305f5e32670ff07ee9a45 authored almost 13 years ago
Corrected path existence check and :clone command

The main change is in using path_exists() and path_exists_at()
functions. Also new function chec...

github.com/vifm/vifm - 004dc0f522469844c84a9ee0f28f6aed057822cc authored almost 13 years ago
Refactor code connected with extension extraction

github.com/vifm/vifm - 1320d58ac6d79bc6a3bade618e89cd6e1b2b8ca2 authored almost 13 years ago
Fix renaming of files on Windows

Sometimes files could be moved by rename commands.

github.com/vifm/vifm - e8c5f646e2a13b24bf338d750f9ca3094dcd40d1 authored almost 13 years ago
Improve rename list checking a little

github.com/vifm/vifm - 362b979225a30c40a9918b40baf5a96e02ae1d8b authored almost 13 years ago
Fix message about failed rename operation

In case of rename like foo -> fooBAR when fooBAR exists. Now vifm
shows file already exists mess...

github.com/vifm/vifm - ddeea88697cdb58bc9994c45cf1b26f69e4935cf authored almost 13 years ago
Fix case insensitive renames using :rename on Win

github.com/vifm/vifm - bb0c1a942e5543f2fa9466d9b9fa9ebd4ee7e560 authored almost 13 years ago
Merge branch 'build-sys-improvements'

github.com/vifm/vifm - 089eeebb094084456ecb8d6686a9a8ca94a9b683 authored almost 13 years ago
Do not rebuild executable if it's up to date

github.com/vifm/vifm - b30347162e76c6ed153fc415fc24a38f20f2f1a0 authored almost 13 years ago
Write auto-generated SHA1 to a separate file

github.com/vifm/vifm - 19308249156f6fe90cd9eaab4c02335f6e970a0f authored almost 13 years ago
Add 'tests' target to make files

github.com/vifm/vifm - a7f6ab09860b0fc9f5c33b7096889f12ba881839 authored almost 13 years ago
Merge branch 'fix-cd-with-two-paths'

github.com/vifm/vifm - 2f7e81326c7fdb8077b23ff4b4ddaccf2cd0e424 authored almost 13 years ago
Fix :cd .. abs_path on Windows

github.com/vifm/vifm - b0969573cc7b1cfe1be241690b8d084568430d61 authored almost 13 years ago
Fix leave_invalid_dir() tests on Windows

github.com/vifm/vifm - 1083bfdc41f35104e81ab6f4f18bbff5b7246309 authored almost 13 years ago
Merge branch 'fix-desktop-feature-compilation'

github.com/vifm/vifm - 1b7856eefcfeb529c64dde96c91a2c38a69ecc78 authored almost 13 years ago
Restore compilation with --enable-desktop-files

github.com/vifm/vifm - 92a7eb44107447af882687950a7734d00646bca5 authored almost 13 years ago
Merge branch 'fix-substitute-command'

github.com/vifm/vifm - 377ac648bdbaa2bc0d510d871a5b37718f7dbae5 authored almost 13 years ago
#SF3515922. Move :s tests to a separate file

github.com/vifm/vifm - 9638bc67e76789043d0a808287ec85f0a4191fdb authored almost 13 years ago
#SF3515922. Fix :s/^foo//g for foofoo

github.com/vifm/vifm - 6b50f683c13e4becb1c5a8f72f67dc77afdbbe6d authored almost 13 years ago
#SF3515922. Fix using of uninited memory on :s

github.com/vifm/vifm - 4950112b20a7396ca14e89f2651b4023fc48dbaf authored almost 13 years ago
Merge branch 'ctrl_x-ctrl_a-fixes'

github.com/vifm/vifm - 53dfcd31fb2960a231e7a1af56c3ac318e9604d9 authored almost 13 years ago
#SF3515922. Add and use replace_string() function

github.com/vifm/vifm - 0689ba0b10ed9c3062715f342b7983735f8da3a1 authored almost 13 years ago
#SF3515922. Fix buffer overflow error.

github.com/vifm/vifm - 786c31806165acc316f35b7e8bbac58ebce04b66 authored almost 13 years ago
#SF3515922. Free sel array on selection clearing

github.com/vifm/vifm - 9b3db4b42f30182b077b8d1ad2f46ecabc990310 authored almost 13 years ago
Merge branch 'fix-new-invalid-dir-leave-bug'

github.com/vifm/vifm - 20ce8e81d6d61c136d02be22472796987653738c authored almost 13 years ago
#SF3516091. Tests for remove_last_path_component

github.com/vifm/vifm - b6813cc560104295dfaf94074254d42e2a1b89ba authored almost 13 years ago
#SF3516091. Add tests for leave_invalid_dir()

github.com/vifm/vifm - c2703a574dfb13322104ae29cf41c172f7ba5f84 authored almost 13 years ago
#SF3516091. Fix directory leaving bug.

github.com/vifm/vifm - bbc13c13288ef3002a5546b5edf03b868c64e29c authored almost 13 years ago
Merge branch 'cygwin-compatibility-fixes'

github.com/vifm/vifm - 8b0282b830da7e8467bfefa24d7bc7096f4a7bde authored almost 13 years ago
Fix compilation using cygwin

github.com/vifm/vifm - 88776ddba810027ced75c2a1fe4b14dfac9d0bc6 authored almost 13 years ago
Merge branch 'minor-command-fixes'

github.com/vifm/vifm - aaa79e6112d62f015eb4ae6cfae98c8c6e21daff authored almost 13 years ago
Correct running commands with 'fastrun' enabled

Check all completion matches, not just the first one.

github.com/vifm/vifm - 196f42738d98f7a52af59e9e7ace25c447ee5fa7 authored almost 13 years ago
Do not remove dup matches from different groups

github.com/vifm/vifm - ddc946b8d294765ae7d0d97a8ac19624ae11e8f3 authored almost 13 years ago
Add double macros expansion question to FAQ

github.com/vifm/vifm - 724d4a93cbaa7ac85383e621fc33e34f5d73156f authored almost 13 years ago
Add and use after_last() function to utils/str.c

github.com/vifm/vifm - 6ca8469204dd923f52e2665ddeddd9875a58b8af authored almost 13 years ago
Use enumeration type for completion types

Instead of defining anonymous enum and storing it in int.

github.com/vifm/vifm - 9e0a830f1f7c2f2759dc64035141933c7b6c426d authored almost 13 years ago
Add completion for :rename command

github.com/vifm/vifm - 2551a0d68f1c3827fa11a6bcf4d99377fbf34677 authored almost 13 years ago
Correct :split and :vsplit commands documentation

The appropriate parts of man and vim's documantation diverged.
vsplit was absent on man-page.
Do...

github.com/vifm/vifm - fdc2db351737ed223d6831682bd03723008b96a0 authored almost 13 years ago
Correct :split and :vsplit commands documentation

The appropriate parts of man and vim's documantation diverged.
vsplit was absent on man-page.
Do...

github.com/vifm/vifm.vim - 8418e8483b798cf63fe9aa51101337077e265e52 authored almost 13 years ago
Add completion for :split and :vsplit commands

github.com/vifm/vifm - e3d13c130e2ffcae838734839efddf086dd89aec authored almost 13 years ago
Add completion for :mkdir command

github.com/vifm/vifm - 0a8bcb380b078dd20b9d662ba0efe07c6e0a4f0f authored almost 13 years ago
Partially refactor filename_completion() function

github.com/vifm/vifm - 0f6abbb9ae59f497c3a21518399edb46fd0a21d6 authored almost 13 years ago
Add completion for :copy, :move, :alink and :rlink

github.com/vifm/vifm - e8687abbe7d8fee288ddece0f822cddf65ad0e6e authored almost 13 years ago
Add completion for :clone command

github.com/vifm/vifm - 26b06010d72df6fe16f9f8d9f692114c73c63a72 authored almost 13 years ago
Add macros expanding for :touch command

github.com/vifm/vifm - 341fdb2c24167084498d4e0432f28ffb5cb46b9e authored almost 13 years ago
Add macros expanding for :touch command

github.com/vifm/vifm.vim - c1543215e201f6157f7b1d75080a6a20b9ba36f3 authored almost 13 years ago
Add macros expanding for :mkdir command

github.com/vifm/vifm.vim - 8a68b14e988671d7e346cc37fbafdd392c651339 authored almost 13 years ago
Add macros expanding for :mkdir command

github.com/vifm/vifm - 10fead0207655247d798130e28ca6770cc581024 authored almost 13 years ago
Add completion for :touch command

github.com/vifm/vifm - c015b3fb891cd08213496e92b4b82a0869280cec authored almost 13 years ago
Merge branch 'fix-sock-reopen-issue'

github.com/vifm/vifm - b05ed4587ff404bbab5ac6d611bcce9ee4159983 authored almost 13 years ago
Small corrections to restore compileability on Win

github.com/vifm/vifm - 0011f370c51c7ca5c9acfdcb65fce59bfc994340 authored almost 13 years ago
Fix problem with leaving socket alive on crash

github.com/vifm/vifm - 944cb3311c4b75b25e8a5368a6e49c7f9e459022 authored almost 13 years ago
Merge branch 'small-wrong-dir-leaving-fix'

github.com/vifm/vifm - a577fa2d6e70504f7d84d3ed945c255abf188bed authored almost 13 years ago
Improve invalid path related code a little

github.com/vifm/vifm - e08aa64c60008b6d3d17924ab53fc658e5346e5f authored almost 13 years ago
Rename try_updir_from_mount() function

To try_updir_from_fuse_mount().

github.com/vifm/vifm - 687f8dac4b5a14940c332eef5bd7cb451466a6ed authored almost 13 years ago
Merge branch 'code-restructuring-win-fixes'

github.com/vifm/vifm - 23e7bbfeb0a0a92e6589bc83823b0165544556b8 authored almost 13 years ago
Fixes for code base after rectructuring

github.com/vifm/vifm - 40c0f068ada7af406dd87efaf9c1ebd927e24644 authored almost 13 years ago
Merge branch 'code-restructuring'

github.com/vifm/vifm - 02cfc9d0ea31de51d763e8ef3ee9264b0b8cf712 authored almost 13 years ago
Moved a lot of code out of utils.c

github.com/vifm/vifm - 5f7ea699940fc609a207a67526d6e96e59a4d7a5 authored almost 13 years ago
Merge branch 'fix-visual-mode-redraw'

github.com/vifm/vifm - a0081f05d43538cbbd322bb0bae236d425407e07 authored almost 13 years ago
Fix type in window_shows_dirlist() function

Because of this typo directory lists were not redrawn on terminal
resizing in visual mode.

github.com/vifm/vifm - d140d32ae845c1434d9d798ba16cbc64e8387ada authored almost 13 years ago
Merge branch 'fix-opening-of-selected-dir'

github.com/vifm/vifm - ca14e62e752673b4a2bce5ffa0bd811843be07e9 authored almost 13 years ago
Remove empty line from :file menu

For case when vifm was configured with --disable-desktop-files flag.

github.com/vifm/vifm - c6b3bf2c45264705840f079ae925a9bd1266dda5 authored almost 13 years ago
Open selected directories with l or Enter keys

Before it worked a little strange (and was noted by Colin Cartade),
like on l key on selected di...

github.com/vifm/vifm - 8647cbda6974ce4ec5af007b4add9e533a69f065 authored almost 13 years ago
Fix opening of tagged (selected) symlinks to dirs

Thanks to Miles (pkordy).

github.com/vifm/vifm - 8a4269608ae47548e3edc4d3f35013127f4cf83f authored almost 13 years ago
Move code of parsing *.desktop files to desktop.c

Before it was part of src/file_magic.c.

github.com/vifm/vifm - bf0ed96b97750f7a4a4ade1b98b0babbad06b04d authored almost 13 years ago
Move globals related code to src/globals.{c,h}

github.com/vifm/vifm - 4a8eab82989e7a245d086c07b3cd6d2a46ba2b0f authored almost 13 years ago
Move code of handing vifminfo to src/cfg/info.c

github.com/vifm/vifm - 5b3da14a9b3bc28a909d184ea77dfc6dc17e3691 authored almost 13 years ago
Move src/config.{c,h} to src/cfg subdirectory

github.com/vifm/vifm - d2f0d894af2bf86554f5fa15a4a419472af40d57 authored almost 13 years ago
Move macros code out of commands.c to macros.c

github.com/vifm/vifm - 7ec1641e37d064c02ee5d33998deb73d719213a3 authored almost 13 years ago
Move src/menus.{c,h} to src/menus subdirectory

Also break menus.c into multiple smaller files.

github.com/vifm/vifm - 8a6f4bec0519ea8fe310fea0842abdf2a49c7683 authored almost 13 years ago
Merge branch 'fix-build-scripts'

github.com/vifm/vifm - d76a565a880ddbf720d43e174bd82d96fa11ea44 authored almost 13 years ago
Put sources in directory on deploy on *nix

github.com/vifm/vifm - 5ed0361985f899a1152978c3d7d96962ef631bb5 authored almost 13 years ago
Correct generation of vifm-help.txt file on Win

github.com/vifm/vifm - 4401619b419eb7e72bc3b990ad111303b88f5995 authored almost 13 years ago
Merge branch 'fix-colon-p-fname-modif-in-root'

github.com/vifm/vifm - 7f124e655ae85107ed1d76206e5cfcc3c51d531c authored almost 13 years ago
Fix applying :p in root of file system

Used not to add filename.

github.com/vifm/vifm - 1222f73db5291fc369a9c676df98dabc4d953b81 authored almost 13 years ago
Merge branch 'win-viewers-support'

github.com/vifm/vifm - 74b875e2834b059e0e8d1b9dec4bdf5b31b5f59d authored almost 13 years ago
Make capturing code for Windows better

github.com/vifm/vifm - a3f460c7c235c62bc0597602619781f9f0b28ac7 authored almost 13 years ago
Make :fileviewer command work on Windows

github.com/vifm/vifm - aab5191964b22204df6be49a194b065193100892 authored almost 13 years ago