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

Update audio matchers in vifmrcs and Default-256

- *.aac was missing in one place.
- add *.mpga
- add <audio/*> to :fileviewer in vifmrc

Than...

github.com/vifm/vifm - 5763623ff129110ac1744773e1643874eb1fb1e7 authored almost 2 years ago by xaizek <[email protected]>
Fix weird mpv use for videos in vifmrc

%s? Why? It also probably handles multiple videos, so use %f.

github.com/vifm/vifm - 31f49ff7e2ae743df5b896be07da048826522b08 authored almost 2 years ago by xaizek <[email protected]>
Update list of programs for audio in sample vifmrc

Use ffplay last. Pass %f instead of %c for mpv and mplayer.

Thanks to aleksejrs.

Closes #890 ...

github.com/vifm/vifm - 4f2e086b26215e0c0ea071c9f937f7680c9b0ac9 authored almost 2 years ago by xaizek <[email protected]>
Use transmission-show in sample vifmrcs

github.com/vifm/vifm - 93a1c5be897d3a116899ce974ffdde48c1c2ebbc authored almost 2 years ago by xaizek <[email protected]>
Don't combine %i with & in sample vifmrc

%i implies &.

github.com/vifm/vifm - 119b52c6e09d549f92cc9e481ebfed1bda85bda4 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'beta-fixes-3'

Fix cl processing selection it was used previously on instead of file
under cursor when you run ...

github.com/vifm/vifm - 9e592b9fac8fb5ab534d4885dc2f145eaa8404bf authored almost 2 years ago by xaizek <[email protected]>
Document search highlighting bug

There is no simple fix and a proper fix can probably break other things.
It's just unsafe to do ...

github.com/vifm/vifm - 2dd15fd7870052a9bcf80b0d92aa6f86d1bd1c99 authored almost 2 years ago by xaizek <[email protected]>
Fix memory issues inside ncurses in menu dialogs

When dialog is displayed in menu mode after resizing the terminal
redrawwin() of ncurses seems t...

github.com/vifm/vifm - 7303f46eb75c3412a246cd51c52d06f81532c231 authored almost 2 years ago by xaizek <[email protected]>
Fix selection not being stashed by do and dp

github.com/vifm/vifm - f9d318d080f12c95cac602c7244b6c42fc2b1609 authored almost 2 years ago by xaizek <[email protected]>
Fix rpreview: 'milleroptions' not copied on tabnew

github.com/vifm/vifm - 0a37cad79a6ca7d1983da55e5d1b79482fa31905 authored almost 2 years ago by xaizek <[email protected]>
Extract misc/options_miller test fixture

Out of misc/options.

github.com/vifm/vifm - 283464ae80edb923fc964378188f0cb613d8971c authored almost 2 years ago by xaizek <[email protected]>
Fix miller view graphics not being cleared

On displaying dialogs, entering menus, activating more or file info
modes.

Previously (for 0.12...

github.com/vifm/vifm - 349d480da4c5018d20f921c0c4ecd02a4942aa21 authored almost 2 years ago by xaizek <[email protected]>
Extract ui/fileview:fview_clear_miller_preview()

Clears miller-view preview if it's currently visible.

github.com/vifm/vifm - 90703e10167dcad258769a25440f9f08bed2d939 authored almost 2 years ago by xaizek <[email protected]>
Fix cl processing files it was used previously on

Instead of file under cursor when you run it twice in succession.

github.com/vifm/vifm - b862cc2bafa24e7f47ec302dfe696808f6ffafb3 authored almost 2 years ago by xaizek <[email protected]>
Document order of things in ChangeLog

Thanks to filtefalse.

github.com/vifm/vifm - 994e691dc2de2ccefa692dd355f8078dbf7cbd5f authored almost 2 years ago by xaizek <[email protected]>
Document missing return value in getpanetype()

github.com/vifm/vifm.vim - 6609328f120b69f6275e37a055c3634311faf4f8 authored almost 2 years ago by filterfalse <[email protected]>
Merge branch 'beta-fixes-2'

Document missing return value of getpanetype().

Reduced cursor flickering during incremental se...

github.com/vifm/vifm - 254caa02f25c90e0a0b52b60beb035055b19cc80 authored almost 2 years ago by xaizek <[email protected]>
Reduced flickering during incsearch in visual mode

modvis_update() has been called at the initial position of a search.

github.com/vifm/vifm - bebc622db1dad37690c56c2a36accb72f9bbd140 authored almost 2 years ago by filterfalse <[email protected]>
Fix segfaults on sorting entries list by groups

github.com/vifm/vifm - aea193f716df7459b2d63a18cb59ca0ae48d4d3c authored almost 2 years ago by filterfalse <[email protected]>
Explicitly init line_stats_t::expanding_abbrev

github.com/vifm/vifm - 58b0ebaf238dc4e0bb92f7f1e60075bdf4994bcf authored almost 2 years ago by filterfalse <[email protected]>
Document missing return value in getpanetype()

github.com/vifm/vifm - aaaf50ce5d76aee23a23de2b790bfd6532bfe981 authored almost 2 years ago by filterfalse <[email protected]>
Merge branch 'beta-fixes'

Fix :hideui not hiding anything on Windows.

Thanks to Ed Pavlov.

Make "withicase" and "withrca...

github.com/vifm/vifm - 11ff952e38cb19c2ed3e9b364338eb2542b8dca2 authored almost 2 years ago by xaizek <[email protected]>
Fix :hideui on Windows

Thanks to Ed Pavlov.

Fixes #888 on GitHub.

github.com/vifm/vifm - 400ae519cd7bbc1e2967d4ff9b387b7be7af1cb7 authored almost 2 years ago by xaizek <[email protected]>
Fix handling mouse events in n&q modes after :only

Normal mode switched pane to the left one if the right one was visible
and visual mode didn't wo...

github.com/vifm/vifm - 74d34f6edcb03ea97e507c25cae5cde3d9f3dafa authored almost 2 years ago by xaizek <[email protected]>
Use ui_view_is_visible() in two more places

github.com/vifm/vifm - 16689ad01af5639583f7ac22ded42a3b7d0f6477 authored almost 2 years ago by xaizek <[email protected]>
Made "withicase" & "withrcase" affect file sorting

Otherwise they might not produce the intended effect on comparison
results.

github.com/vifm/vifm - eb2920df4be98d824b352614f1631f435ae9f3da authored almost 2 years ago by xaizek <[email protected]>
Extract utils/str:strsorter() from ipc.c

To collect similar functions together and prepare for reuse of this one.

github.com/vifm/vifm - 0b2c45eddb8ce7ad2ee68b882379362c38ba85f4 authored almost 2 years ago by xaizek <[email protected]>
Add VifmView:select() and VifmView:unselect()

github.com/vifm/vifm.vim - 05a4cf4c39cd6c97c47b47fa7dfde785b0256f86 authored almost 2 years ago by filterfalse <[email protected]>
Fix copy&paste in docs on vifm.keys.add()

github.com/vifm/vifm.vim - f6a419ac6db364fd2856803ccfbf0dbfcaba4581 authored almost 2 years ago by xaizek <[email protected]>
Clarify what happens to non-integer indexes

They are ignored.

github.com/vifm/vifm.vim - 358e1e3ef7bbc4b16424c3dc2556677d9122be1b authored almost 2 years ago by filterfalse <[email protected]>
Merge branch 'keys-fixes'

Fix user mappings replacing a mapping from Lua in an incomplete way
which could lead to assertio...

github.com/vifm/vifm - 9184257b67bb68b9043ec46ce9e68a3a30b2f77f authored almost 2 years ago by xaizek <[email protected]>
Fix mappings with selectors missing from map menus

Like `y` and `d`.

github.com/vifm/vifm - aac1f33c42298d7279d9a086930492d1188e2413 authored almost 2 years ago by xaizek <[email protected]>
Fix user mappings replacing a mapping from Lua

It was done in an incomplete way which could lead to assertion or some
unpredictable behaviour.

github.com/vifm/vifm - 69297a6ebbf958ebc7c11c1e002a306270ebedc5 authored almost 2 years ago by xaizek <[email protected]>
Make engine/keys.c:inc_counter() more readable

No need to nest conditional expression int a body of an if and add 0.

github.com/vifm/vifm - b1aa4d399438a17331394a03b3acc2121c7db98f authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'lua-view-selection'

Plugins
-------
* Add VifmView:select() and VifmView:unselect() (patch by filterfalse)
* Add ope...

github.com/vifm/vifm - bfb7d8ab71d8510e9da3227a1c3521db69e0dc32 authored almost 2 years ago by xaizek <[email protected]>
Fix copy&paste in docs on vifm.keys.add()

github.com/vifm/vifm - 419df9507946345ad5929664062c94cb270f4053 authored almost 2 years ago by xaizek <[email protected]>
Add operator-select sample plugin

github.com/vifm/vifm - c8155efccc121e3ed1c46bd62e2e83af48109f3e authored almost 2 years ago by filterfalse <[email protected]>
Fix comment of vifmview.c:vifmview_cd()

It deals with a specific view, not the current one.

github.com/vifm/vifm - f2c2e52a0a89cc380f98af0c6c4772c11efdd2fa authored almost 2 years ago by xaizek <[email protected]>
Add VifmView:select() and VifmView:unselect()

github.com/vifm/vifm - 0a42ddaba01426c65d9da3ffa2080a4cff5edaab authored almost 2 years ago by filterfalse <[email protected]>
Always sort and deduplicate extracted indexes

A boolean flag can be added later if needed.

github.com/vifm/vifm - 55836f9d1c7e0813a5b2cc737f6e9b68cfe5d00c authored almost 2 years ago by filterfalse <[email protected]>
Generalize lua/vifm_keys.c:extract_indexes()

github.com/vifm/vifm - 643f31e84ce060dfb61d538e3448007bb6942b05 authored almost 2 years ago by filterfalse <[email protected]>
Move lua/{vifm_keys => common}.c:extract_indexes()

github.com/vifm/vifm - 8b8ce1d3e9b0f97a53bb475b78c94bf352b08ef8 authored almost 2 years ago by filterfalse <[email protected]>
Clarify what happens to non-integer indexes

They are ignored.

github.com/vifm/vifm - 2728e2ea3f25304537e7fcfc3b47a15256b11bb8 authored almost 2 years ago by filterfalse <[email protected]>
Include stdlib in lua/vifm_keys.c for free()

github.com/vifm/vifm - 3c2ffe4f083015fb123fbf6ec9afb09d27cfd7e8 authored almost 2 years ago by filterfalse <[email protected]>
Merge branch 'tilde-expansion-segfault'

Fix segfault on trying to expand "~username" path prefix with a huge
length of the user name.

T...

github.com/vifm/vifm - 8af42d53ba6e8a386d77a9a251ad5462b7f61aec authored almost 2 years ago by xaizek <[email protected]>
Fix segfault on trying to expand "~username"

Happened for a huge length of the user name.

github.com/vifm/vifm - e88c9a3e8db4294e167473bd5e0efae449d9b1c4 authored almost 2 years ago by xaizek <[email protected]>
Simplify utils/path.c:try_replace_tilde() function

Make it more readable in the process.

github.com/vifm/vifm - c2866b9cb6a4cb45b2a3893335856d5d4d9d99bb authored almost 2 years ago by xaizek <[email protected]>
Simplify modes/view.c:find_next()

`l < vi->nlines` duplicated loop condition which is still held at that
point, after dropping it ...

github.com/vifm/vifm - 5b5134b426a2a47951c4d63999e19754bb646f8e authored almost 2 years ago by xaizek <[email protected]>
Better variable name in show_plugin_log()

`m` is quite short and is used for parameter names in relation to menus.

github.com/vifm/vifm - d2cd93aaadce7419c4f065a43e1bdfcc79a1180e authored almost 2 years ago by xaizek <[email protected]>
Add missing TSTATIC definition to cmdline.c

github.com/vifm/vifm - d1d3ab0c2e481cafe470906561e329ddf6bfe7d7 authored almost 2 years ago by xaizek <[email protected]>
Version v0.13-beta

github.com/vifm/vifm.vim - c7a41aae8629a71b5f48b85a26e44b5df017f395 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'beta-0.13'

Unsupported color in :highlight is no hard error, don't report it to the
user via dialogs.

Impr...

github.com/vifm/vifm - 94bef240b4497e2d798a7cd09b01e7018ea6eec8 authored almost 2 years ago by xaizek <[email protected]>
Version v0.13-beta

github.com/vifm/vifm - 00cf151e5eeaac65086933e6d80fb0d3b5f2aceb authored almost 2 years ago by xaizek <[email protected]>
Unsupported color in :highlight is no hard error

Otherwise colorscheme fallback doesn't work smoothly as there are lots
of error messages.

github.com/vifm/vifm - a73039c57111fae98afc3bbb47276d744890cc93 authored almost 2 years ago by xaizek <[email protected]>
Improve menu_can_be_searched_interactively() test

Checking for "Compiled at:" won't work if configured with
--disable-build-timestamp option.

github.com/vifm/vifm - 8c17d9229019cc8b33d31faf7253ffd5f8a4d3b7 authored almost 2 years ago by xaizek <[email protected]>
Fix updating ChangeLogs in deploy script

It dropped "to " part.

github.com/vifm/vifm - 1500d98f84e2b649cada9ddb0874d0089200a246 authored almost 2 years ago by xaizek <[email protected]>
Update NEWS file for v0.13 beta

github.com/vifm/vifm - 15ddfa4b74ca4093e14f515ff9aa42b56d77f572 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'compare-cmd-fix'

Fix :compare toggling options even without !.

Also some editing of ChangeLogs.

github.com/vifm/vifm - 98e34346698eff088a308bb3b52c9cd8c4248931 authored almost 2 years ago by xaizek <[email protected]>
Fix :compare toggling options even without !

github.com/vifm/vifm - cc5b3a01e462d1e893d11953d2039aa945cc31d1 authored almost 2 years ago by xaizek <[email protected]>
Extract tests/commands/misc.c fixture

Out of tests/commands/misc.c

github.com/vifm/vifm - 6d1196088bd34583dd62b17ec1ea6ddb896fcd0e authored almost 2 years ago by xaizek <[email protected]>
Document one more fix in ChangeLog.LuaAPI

github.com/vifm/vifm - e6c8ed740e1767d0e19f157a38f90475e949ac13 authored almost 2 years ago by xaizek <[email protected]>
Typos/formatting fixes for ChangeLog

github.com/vifm/vifm - fedcfec2b8c433a8309aeda4745a4bd089e87078 authored almost 2 years ago by xaizek <[email protected]>
Bump version of Lua API to v0.1.0

Not very useful at the moment, but a nice way to make sure that
reporting and checking for the v...

github.com/vifm/vifm.vim - 27e5a83ef837ab039c23f011f458e01bb4650a85 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'better-delete-abort'

Make aborting deletion abort the operation on the reset of files when
deleting multiple files.

...

github.com/vifm/vifm - 74bcdc9b8ff11f493a1bd668036d6282c29f7357 authored almost 2 years ago by xaizek <[email protected]>
Bump version of Lua API to v0.1.0

Not very useful at the moment, but a nice way to make sure that
reporting and checking for the v...

github.com/vifm/vifm - 4039d9d9aae1ac1a6f44f1d41433dc129da5cfc7 authored almost 2 years ago by xaizek <[email protected]>
Prepare implementation to Lua API version bump

github.com/vifm/vifm - 400c47d439c9dee29c2aa64fd4e793dd17e2775c authored almost 2 years ago by xaizek <[email protected]>
Handle abort on deletion of multiple files right

That is don't try to delete the rest of files queued for processing,
which is basically the poin...

github.com/vifm/vifm - 9a48f1475ae06802dac1b8dcaeed3ea04c369365 authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'more-search-fixes'

Fix the last search direction not being saved on search performed from
non-normal mode.

Patch b...

github.com/vifm/vifm - 49511afb9c55e853e7408110670ca9bce6ad665b authored almost 2 years ago by xaizek <[email protected]>
Fix interactive search not done after c in :hist/

Caused by 2336aed02d754ed39ef6b3b35d1004593442b6b5:

Don't invoke line change on entering cm...

github.com/vifm/vifm - 6818f54607627334de980759db13b05faaca6b42 authored almost 2 years ago by xaizek <[email protected]>
Simplify SETUP() in menus/history.c tests

github.com/vifm/vifm - 8a1c65748aa630ff129723c9e47a6e2d2d49c291 authored almost 2 years ago by xaizek <[email protected]>
Test global search direction flag being correct

Follow-up of feb84ff8c2eb8c91c31c353f6a60e4a6524c08e2:

Fix saving last search direction

...

github.com/vifm/vifm - ee92ecab963b34064605db0067c12df56334baba authored almost 2 years ago by xaizek <[email protected]>
Rename `print_errors` to `print_msg`

github.com/vifm/vifm - 2f7b73cad3d59889749e26ae46ea9658dc33c6d3 authored almost 2 years ago by filterfalse <[email protected]>
Fix saving last search direction

Performed from non-normal modes.

An addition to b1efa63af4eacd1b17c4d7a6381c35526471042f:

...

github.com/vifm/vifm - feb84ff8c2eb8c91c31c353f6a60e4a6524c08e2 authored almost 2 years ago by filterfalse <[email protected]>
Add missing Makefile.in change

github.com/vifm/vifm - 53d5317fd65dd0acbe8fa5216764bf09b4e49a25 authored almost 2 years ago by xaizek <[email protected]>
Fix test testing cursor position during incsearch

github.com/vifm/vifm - 64c31bbe752a8852c024d93e142071ba1f683343 authored almost 2 years ago by filterfalse <[email protected]>
Some wording fixes in vifm-lua.txt

github.com/vifm/vifm.vim - 7a3abfeaaca3b048e8ca2aff51d1f6508cbbdf31 authored almost 2 years ago by xaizek <[email protected]>
Add two more items to |vifm-lua-caps|

github.com/vifm/vifm.vim - 0ba8ebb03cb4cedfdc2e7a314c93ede9305920ff authored almost 2 years ago by xaizek <[email protected]>
Add vifm.executable()

github.com/vifm/vifm.vim - 673d7f267ff1d5ca191cc79b261fced1240ea83a authored almost 2 years ago by xaizek <[email protected]>
Fix description of %i macro in the documentation

Mention that it runs command in background.

github.com/vifm/vifm.vim - 5ddc145e9bb355aae7a0baeb9eab13114bfd6e5b authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'lua-executable-func'

Made one new test more portable.

Fix description of %i macro in the documentation to mention th...

github.com/vifm/vifm - 1d3d560dffd58cb5cc7409465ee001460761b900 authored almost 2 years ago by xaizek <[email protected]>
Add separate change log for Lua API

The API is experimental and having a change log is useful to have for
adjusting plugins as the i...

github.com/vifm/vifm - a107366077c0ac08d1846f21390c287602dde735 authored almost 2 years ago by xaizek <[email protected]>
Update ueberzug sample plugin

Check that `ueberzug` is available and restart it if it exits.

github.com/vifm/vifm - 4796dba43aa1f36200331387293b4751ba89d1bb authored almost 2 years ago by xaizek <[email protected]>
Some wording fixes in vifm-lua.txt

github.com/vifm/vifm - acc94ea72507a27a0f4de26cbf0ce6dad8505dec authored almost 2 years ago by xaizek <[email protected]>
Add two more items to |vifm-lua-caps|

github.com/vifm/vifm - ffc2a3263598f61510e349d0614797570c3e56a8 authored almost 2 years ago by xaizek <[email protected]>
Correct ChangeLog entry about :cmd error handling

It's true for sourcing in general, e.g. for processing of color schemes.

github.com/vifm/vifm - 835f5beb319c9cbe2a9cf0243f978d4a0b9f6f25 authored almost 2 years ago by xaizek <[email protected]>
Fix description of %i macro in the documentation

Mention that it runs command in background.

github.com/vifm/vifm - de7c5835927ecd0d03cb44566bfedbbd7508d42f authored almost 2 years ago by xaizek <[email protected]>
Fix invalid cterm=default in astrell.vifm

Attributes use "none" in this case.

github.com/vifm/vifm-colors - 3a1a04c370e1b6ed94c5b1d2791bc895ee733afb authored almost 2 years ago by xaizek <[email protected]>
Add afterglow to changelog

github.com/vifm/vifm-colors - 57f4c73f771fd02760948e00e6cc4b261d8c299f authored almost 2 years ago by Michael Vetter <[email protected]>
Merge pull request #47 from RomiC/afterglow-theme

afterglow-vifm added

github.com/vifm/vifm-colors - e3cfe81643c07c5f6c0c09467baedd4c12481506 authored almost 2 years ago by Michael Vetter <[email protected]>
afterglow-vifm added

github.com/vifm/vifm-colors - 7b30328897d7bc0890ed9c59ddd70ffb9d087dac authored almost 2 years ago by Roman Charugin <[email protected]>
Add vifm.executable()

github.com/vifm/vifm - 453e417351656c117dffcdee4ed314ec1dd8cbc0 authored almost 2 years ago by xaizek <[email protected]>
Correct color of documents in Default-256 again

211 was still too dark for pdf-like stuff, using 218 now.

github.com/vifm/vifm - 26bf8b38b82758a19708f09078cd4ef9a5198e80 authored almost 2 years ago by xaizek <[email protected]>
Implement contains_slash() using strpbrk() on Win

It might be a bit faster and the code looks simpler this way.

github.com/vifm/vifm - a2638effa4d85822190635763494a6a7f0583e86 authored almost 2 years ago by xaizek <[email protected]>
Get rid of utils/path.h:PATH_SEPARATORS macro

Use contains_slash() function instead.

github.com/vifm/vifm - 80dd7812872827f9cb1bbdeac76bc547052ee808 authored almost 2 years ago by xaizek <[email protected]>
Use assert_string_starts_with() more in tests

github.com/vifm/vifm - 05c3798154fe061087e8532c4477efa2bf3d63e1 authored almost 2 years ago by xaizek <[email protected]>
Use assert_string_ends_with() more in tests

github.com/vifm/vifm - 89708572bf926f0c3d036aa87cd6720e9185feb3 authored almost 2 years ago by xaizek <[email protected]>
More portable message_for_invalid_pattern test

Error messages shouldn't be hard-coded because they are different in
different implementations.

github.com/vifm/vifm - dc839360b384c3d43608c7babcecff1e80dbc25a authored almost 2 years ago by xaizek <[email protected]>
Merge branch 'search-fixes'

Don't move cursor on search failure during search with a count.

Specified a few more cases when...

github.com/vifm/vifm - 0f0aec915f09e28a8cddb55ee4b66645c2abf2df authored almost 2 years ago by xaizek <[email protected]>
Get rid of the duplication in cmdline.{c,h}

This stuff needs to be in a header, so keep that version, but don't
define it by default.

github.com/vifm/vifm - 707261bff4c574228310a45f60b46c26ecef6744 authored almost 2 years ago by xaizek <[email protected]>
Use def_count() in more places

github.com/vifm/vifm - f6624d5df6df0efa89d7d9de3094e9873c7261c6 authored almost 2 years ago by xaizek <[email protected]>