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 'pane-title-trunc'

Add "l" and "r" flags to the 'tuioptions' option. It controls
truncation of view titles.

Patch...

github.com/vifm/vifm - 3fb1bc84d43f97aa0a89eb87ec043b932bd63373 authored over 3 years ago
Document "l" and "r" of 'tuioptions' in ChangeLog

github.com/vifm/vifm - 75e181660cf85ab8c11f8d4ffe8390147d155cdd authored over 3 years ago
Make sure "r" and "l" don't show up simultaneously

github.com/vifm/vifm - 8fde8c24264b6830d9535398522eab77acf246e5 authored over 3 years ago
Minor corrections of the changes

github.com/vifm/vifm - 225848b4e894f57c6db79eb5fc97f3b1c687de2e authored over 3 years ago
Truncation position for pane titles

github.com/vifm/vifm - 21318034e24dddd10477c40fa0b51bc5439864e9 authored over 3 years ago
Merge branch 'interactive-re-edit'

Made external re-editing more interactive. It now asks user whether to
repeat the operation.

T...

github.com/vifm/vifm - 533bfd53f1e161a287e92fe6d61b00dd5cb6a754 authored over 3 years ago
Document interactive external re-editing

This is followup on #496.

github.com/vifm/vifm - 4d667c288d2db07829af18dd9b864c57b02ac0fb authored over 3 years ago
Add one more test for command-line editing

To offset a small drop in coverage.

github.com/vifm/vifm - 7bf4b66620966ecc1209c8233fb38bec83114bb3 authored over 3 years ago
Make fops_edit_list() private

It's not used outside of the unit anymore.

github.com/vifm/vifm - e22c08eb04f5b211a242122494105d4eb5c0b5c5 authored over 3 years ago
Make re-editing on copymove-like interactive

copy/move/alink/rlink

github.com/vifm/vifm - 49181d28300df0f3d61356a8a7a474a5091770d5 authored over 3 years ago
Make re-editing on cloning interactive

github.com/vifm/vifm - edeb0c79250cd2116c6975fd2ae2b9bcb4d372f5 authored over 3 years ago
Make fops_misc:fops_clone() a bit more readable

github.com/vifm/vifm - 4788de1f03850b2fbdda4876cd14b67d42edf488 authored over 3 years ago
Make re-editing interactive on rename

github.com/vifm/vifm - 334017bf8890c5da04efd416bcdb4c62507b28bf authored over 3 years ago
Introduce prompt_msgf() function

Unused as of this commit.

github.com/vifm/vifm - ba2481f41c93c73b5e98ee329d27ffd3f1042843 authored over 3 years ago
Extract fops_rename.c:list_files_to_rename()

Makes list of files to be renamed.

github.com/vifm/vifm - 36aaf4ff82899869e142fd52cd62f3063515f47b authored over 3 years ago
Make body of fops_rename() more readable

github.com/vifm/vifm - 02a936ef7c6795c0ff41d75867a1240921bdee26 authored over 3 years ago
Merge branch 'fix-osx-dir-check'

Fixing FreeBSD broke OS X, now both should work fine.

github.com/vifm/vifm - 7940944b43c2ccc4a17c85bf6decf6963c44dec8 authored over 3 years ago
Limit fast directory checking to Linux

This largely reverts commit c7ac111e607bfb0639d905b659470d3f6c886772:

Check for access("pat...

github.com/vifm/vifm - 513c44ed8c7bbf30d081d3dff80dc2aeb22bc03b authored over 3 years ago
Merge branch 'fix-freebsd-copy'

Fix copying of executable files not working on FreeBSD.

Thanks to makijato.

Fix :chmod lacking...

github.com/vifm/vifm - d0c52a94191f7fa288aa41fe0be6bbc0fd5db66c authored over 3 years ago
Fix :chmod lacking a reload

It is needed because attribute change might not be detected.

github.com/vifm/vifm - e91b74eee2f7afb74f620439eb61da7d48581594 authored over 3 years ago
Check for access("path/.", X_OK) hack in configure

Instead of assuming that it checks on a particular platform, because it
doesn't work for executa...

github.com/vifm/vifm - c7ac111e607bfb0639d905b659470d3f6c886772 authored over 3 years ago
Print original file name on re-edit

Closes #496 on GitHub.

github.com/vifm/vifm.vim - b6984e07ff86cc4f34c0fdfada4661278da21281 authored over 3 years ago
Document how to work with rename buffer

github.com/vifm/vifm.vim - 5206b4ffe88c9eda1afae3ea76fa02c9caab1076 authored over 3 years ago
Fix cw key of visual mode not being documented

github.com/vifm/vifm.vim - 93dcaf67a62f3989a35724d42f3675e12ef61f0d authored over 3 years ago
Display last error on external re-edit

github.com/vifm/vifm.vim - 1c8463f8c81f837a0070c3ac814e2de8991a4264 authored over 3 years ago
Merge branch 'ext-re-edit'

Add caching of rejected external list of files for rename operation.
Format now allows for comme...

github.com/vifm/vifm - 852941e84881a8813c8da229e00a16617119f56c authored over 3 years ago
Add more command-line editing tests

To compensate for a bit reduced coverage from previous changes.

github.com/vifm/vifm - b5ecac1cbdb80aba5187e2bc71d636af9a60efb3 authored over 3 years ago
Improve error handling of co?/move?/alink?/rlink?

The error condition about list of files was checked after user
interaction.

github.com/vifm/vifm - cd90c02d88d42f6c67b1ff2eb66eef636852226f authored over 3 years ago
Fix refusing to :co/mo/alink/rlink files from cv

When selection contained identically-named files even if list of
new names without duplicates is...

github.com/vifm/vifm - c61bf187606961372c2f16996d4b416d0ddac243 authored over 3 years ago
Make fops_edit_list() accept ext_edit data

github.com/vifm/vifm - e18b380002ede4846bc3b45af72cd2f7a73f62cc authored over 3 years ago
Make rename check functions return error messages

Instead of printing them on status bar.

github.com/vifm/vifm - 66846659c21ff6f6d8a71adc9c5b55fb6df9a096 authored over 3 years ago
Fix cw key of visual mode not being documented

github.com/vifm/vifm - bcba4bed71da4fdd36bfc21e6bebf372e5025751 authored over 3 years ago
Display last error on external re-edit

github.com/vifm/vifm - 66cdfc20202c528094cb06e5df7724d0d2b1e897 authored over 3 years ago
Document how to work with rename buffer

github.com/vifm/vifm - 1453399a3c55d8ca9e43b9ef33204e8a2b0070ff authored over 3 years ago
Add one more test for external editing

github.com/vifm/vifm - bce9c075d83ac18537d21684e440465a70a4e66d authored over 3 years ago
Don't cache result of unchanged file list

github.com/vifm/vifm - 48ce477bf6da9395010c55af1987fcbd29c78667 authored over 3 years ago
Change interface of fops_check_file_rename()

Don't do UI in the function, just return error message.

github.com/vifm/vifm - da7727dd96aa6810fb522917373ff56de085076c authored over 3 years ago
Extract int/ext_edit unit

github.com/vifm/vifm - 143c2a8609845c83654dc1061e43c2e8ceec6983 authored over 3 years ago
Print original file name on re-edit

Closes #496 on GitHub.

github.com/vifm/vifm - 1fe0d6e928597ef97de66e083a73a1802ae3ed6d authored over 3 years ago
Cancel re-editing on editing cancellation

github.com/vifm/vifm - c29a1d87b5106d93604a3f9b21b991d32d6d897d authored over 3 years ago
Let the user continue editing rename buffer

github.com/vifm/vifm - e1c665821f217b254318b1ed176771fd41580e9c authored over 3 years ago
Update <string.h> comment in utils/path.c

github.com/vifm/vifm - cb082e9184d267d3aacf0c7d5a3900a44e689577 authored over 3 years ago
Allow comments on external file editing

github.com/vifm/vifm - 9d1f8b555fe1fdb780fefa61aed4541e437bbd23 authored over 3 years ago
Refactor file_name_list_can_be_changed test

Now it's easier to write similar tests.

github.com/vifm/vifm - f33ec84f0842150bfb48e3666ed27c841aa05887 authored over 3 years ago
Improve argument names of fops_edit_list()

github.com/vifm/vifm - bb3c5b69a3ba7ede02b8904f39ff0055445fc453 authored over 3 years ago
Improve body of fops_edit_list() function

github.com/vifm/vifm - 30def55095a62f1eb4e061d05c14ce7653c125d6 authored over 3 years ago
Extract string_array_equal() function

github.com/vifm/vifm - 1d41749610cfbab2b4e39fc6e4276b398fb5f5df authored over 3 years ago
Non-essential code updates

github.com/vifm/vifm.vim - aa5a00630c57ac10ded1904899a66612230cb241 authored over 3 years ago
Allow file count before tree in quickview

github.com/vifm/vifm.vim - 02fc5120eb247c3d6a7c77e9edf0f52f3edf838a authored over 3 years ago
Merge branch 'top-tree-stats'

Add "toptreestats" value to 'previewoptions' option, which makes stats
appear before the tree.

...

github.com/vifm/vifm - 6effade1e270af89d9108e047716e90415b0b346 authored over 3 years ago
Add "toptreestats" to ChangeLog

Closes #514 on GitHub.

github.com/vifm/vifm - 13cc45fdde86973f5c33f5ef2c53e5863e1f6b5f authored over 3 years ago
Improve performance of collecting tree stats

github.com/vifm/vifm - 5565004d1e8accb13e544d516c44ca82014cd861 authored over 3 years ago
Non-essential code updates

github.com/vifm/vifm - 46748c38c8fe60ee325f5ef21ce11764f6465509 authored over 3 years ago
Allow file count before tree in quickview

github.com/vifm/vifm - 8100fc0bd6df5db912ca5448d9a1182dbacdf4c5 authored over 3 years ago
Fix wording about %n :command macro in the docs

github.com/vifm/vifm.vim - 17da74c4e8d922e7c17f7a06eeec3dac308e6232 authored almost 4 years ago
Add %N macro to 'statusline' option

It adds a line break and increases height of the status line.

Thanks to Jose Riha (a.k.a. jose1...

github.com/vifm/vifm.vim - 447e8570d59c43f6c9c39510ef0dd5dd0ecb7bd2 authored almost 4 years ago
Merge branch 'multiline-status-line'

Add %N macro to 'statusline' option, which adds a line break and
increases height of the status ...

github.com/vifm/vifm - cfb79fcb8cb9b888a0d8dcc71e5f6ea3a5b9c332 authored almost 4 years ago
Add more tests for command-line mode

This restores code coverage that dropped a bit with the previous commit
that adds untestable UI ...

github.com/vifm/vifm - aaa1c35c34707c96fb6fdd2e0d823557be22f711 authored almost 4 years ago
Fix wording about %n :command macro in the docs

github.com/vifm/vifm - 0fe49e219c3461faa80061c6bf86dc7ae23bb470 authored almost 4 years ago
Add %N macro to 'statusline' option

It adds a line break and increases height of the status line.

Thanks to Jose Riha (a.k.a. jose1...

github.com/vifm/vifm - 2013694de3e7cfaa894e3549bde1cdd3e6099fa7 authored almost 4 years ago
Update cmdline and statline for multiline statline

These are required infrastructural changes.

github.com/vifm/vifm - 4f4f2e2d8ccb8275cf3a5a05dca905d3c103f385 authored almost 4 years ago
Extract modes/cmdline.c:compute_wild_menu_height()

github.com/vifm/vifm - 3985f9b4b2177d42b89565a3122369c7967540d2 authored almost 4 years ago
Extract two literals as constants

github.com/vifm/vifm - 124459ba988089a92f105f99d9735a09dbaf0d29 authored almost 4 years ago
Improve body of utils/str:break_in_two() a bit

github.com/vifm/vifm - 71018d6039c5cbdd1e1fe05f7f359adf34222a83 authored almost 4 years ago
Fix incorrect colors on redrawing wild menu popup

Happened on terminal resize.

github.com/vifm/vifm - bd4ba3e1aad5591a175c1a3ab1a2c30a2764f82c authored almost 4 years ago
Introduce ui_stat_height() function

At the moment it just returns 1.

There was something weird in msg_dialog.c, looks like the sign...

github.com/vifm/vifm - 07fbffa32b29540ed7d356182696e842b3d9193d authored almost 4 years ago
Introduce ui_redraw_as_background() function

To be used when there is more to draw before screen update. Helps to
avoid flicker.

github.com/vifm/vifm - e48f7163cdd5c2a28486f295669b1b2c177545f6 authored almost 4 years ago
Split ui/ui:update_screen() internally

github.com/vifm/vifm - 06abc0c25fc8d49543758b891802794183565e34 authored almost 4 years ago
Reuse mocline_redraw() in stop_regular_completion

It's basically just a duplication.

github.com/vifm/vifm - 46a0f81f6ba7a43ee92660705c862af46bdd5310 authored almost 4 years ago
Document line_stats_t properly

It holds state of the command-line editing mode.

github.com/vifm/vifm - 5bad2b106c66f4a850974bc39d2b7a1b3c698398 authored almost 4 years ago
Small docs correction regarding %v macro

github.com/vifm/vifm.vim - 822ce3f18dbe6d801a3cd135403a828ed2ccb0d6 authored almost 4 years ago
Merge branch 'fix-stdin-pipe-on-win'

Small docs correction regarding %v macro.

Fix running bg commands with stdin redirection on Win...

github.com/vifm/vifm - bc5093a899fa13a18c6b12acb7568ecc73fde37b authored almost 4 years ago
Fix running bg commands with stdin redirection

Applications hanged because they inherited handle to the write end of
their stdin pipe.

github.com/vifm/vifm - 1b413b9282228063799fa5b78d835b03fe7b91d7 authored almost 4 years ago
Close one more handle in launch_external()

On a failure to start a command.

github.com/vifm/vifm - 1dac2912e665c79a2d06d1336ed2b274a2912202 authored almost 4 years ago
Read file as a stream in file_is() in tests

There is something on Windows that causes ftell() on a file to fail when
it was created by `cat ...

github.com/vifm/vifm - b36518e6d3f037149ef3d4d2b0013118d58d3991 authored almost 4 years ago
Small docs correction regarding %v macro

github.com/vifm/vifm - 112eb179f245fd27ec71040bbefb68427a1eb73b authored almost 4 years ago
Add %Pz and %Pl macros for :!

They allow redirecting list of files to background processes.

Thanks to PRESFIL.

See #662 on G...

github.com/vifm/vifm.vim - c203b674862983a34b6c6b239614d013d4ab65c4 authored almost 4 years ago
Merge branch 'stdin-pipe-for-bg-cmds'

Add %Pl and %Pz macros for redirecting list of files to background
processes.

Thanks to PRESFIL.

github.com/vifm/vifm - b58224ece4dc6502a039fa35d38c52ec8707ccc8 authored almost 4 years ago
Don't call close(-1) in launch_external()

This adds useless warnings to valgrind's output.

github.com/vifm/vifm - 09f23db6b039bcdf645fc6384e7fba5bf357ad19 authored almost 4 years ago
Fix incorrect use of wmemcpy()

Should have been wmemmove().

github.com/vifm/vifm - a7e068c6973e335dc844d2965b26092f9ade10b1 authored almost 4 years ago
Make %Pl and %Pz work in file[x]type commands

github.com/vifm/vifm - 4215c3bf3e25ef3eacd6db1b9352f5417c956860 authored almost 4 years ago
Make rn_start_bg_command() accept view

github.com/vifm/vifm - dd837c11b45385e0e285eee73fde2edd467b1cb8 authored almost 4 years ago
Move start_bg_command to running unit

github.com/vifm/vifm - e9046da4cd5ffc20224775b1e3d994cb9b5f8391 authored almost 4 years ago
Minor corrections

github.com/vifm/vifm.vim - d872cfaa4089a96b21e85efbb25ce7f0c93d19fb authored almost 4 years ago
Add %v for vertical multiplexer split

github.com/vifm/vifm.vim - f1843732fb7f40ec91777512f79e87760a4faeac authored almost 4 years ago
Drop a call from tests/commands/generic:SETUP

The same call is done by conf_setup() now.

github.com/vifm/vifm - 9707e1878a5c0ba83b5a6e50d34cfdc63f03a2a3 authored almost 4 years ago
Add input parameter to bg_run_external()

github.com/vifm/vifm - c1276cc70f34429829c2826c6c234518348d4813 authored almost 4 years ago
Introduce BJF_SUPPLY_INPUT to redirect job's input

github.com/vifm/vifm - 76d91bc9df8013fab8ae8c69365e04edc861b695 authored almost 4 years ago
Add BJF_CAPTURE_OUT flag

github.com/vifm/vifm - 8ac10de347db12c1ce45aad9a511202560de2cee authored almost 4 years ago
Add %Pz and %Pl macros for :!

They allow redirecting list of files to background processes.

Thanks to PRESFIL.

See #662 on G...

github.com/vifm/vifm - afe2c6e37c345465f58bc4c2ef8e2c57a675f1c8 authored almost 4 years ago
Move have_cat() to test-utils

github.com/vifm/vifm - eedb26f61e79a7d7e449a1f467f4dc06f8ca61a2 authored almost 4 years ago
Make %Pz and %Pl work in user-defined commands

github.com/vifm/vifm - 98dfcd5d66be68dd6851707ee0527d93c53f1bfb authored almost 4 years ago
Fix Makefile.win lacking lua directories listings

Change Makefile to automatically generate list of directories to not
rely on manual update of a ...

github.com/vifm/vifm - 383a8497c5992cf0e8a94a9efa88d35902229fd6 authored almost 4 years ago
Merge branch 'add-v-macro'

Add %v macro for vertical splitting in terminal multiplexers.

Patch by qsmodo.

Don't change fo...

github.com/vifm/vifm - dbc6e03892aaf2296d270ae7d03a767a9168c4e0 authored almost 4 years ago
Don't change focus in vifm-screen-split

It could close a window that's not the current one.

github.com/vifm/vifm - d9b00ab6d47021af32d8347537df9e9e425aba43 authored almost 4 years ago
Document addition of %v macro

github.com/vifm/vifm - 1341c5a75b6efde53ce0ababf0e0c5c9e3f054ef authored almost 4 years ago
Minor corrections

github.com/vifm/vifm - 48f2fd854692fad9c70cdd8b9ab214651b78899a authored almost 4 years ago
Add %v for vertical multiplexer split

github.com/vifm/vifm - 7859bce6322783e41732d6b3e0befc7e7dc7944f authored almost 4 years ago
Merge branch 'drop-pr-link-from-readme'

Remove link to a merged PR.

github.com/vifm/vifm - b2857326c037d738b5f42e1cef9143666d1d7df6 authored almost 4 years ago
Fix documentation on plugin's g:vifm_exec variable

It was incorrectly called g:vifm.

Thanks to AtomToast.

Fixes vifm/vifm.vim#62 on GitHub.

github.com/vifm/vifm - 05b057f5485947789bf4a4cedf665ac27d35f82f authored almost 4 years ago