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 basic implementation of if-endif statement

github.com/vifm/vifm.vim - aa4f5b2ca6aa24e5e70aec36d8bacb74a4b95f08 authored over 12 years ago
Add support for `==` and `!=` operators

github.com/vifm/vifm.vim - b1bd23d022f42831aefbe351fb26b74682e9d52b authored over 12 years ago
Add support for `==` and `!=` operators

github.com/vifm/vifm - e3e0840970aadf67db7a5410281434989f272536 authored over 12 years ago
Make parser return string variable

github.com/vifm/vifm - 249c0f50a33ff343f2dd12952693f802cd21afd7 authored over 12 years ago
Add engine/var.c unit

github.com/vifm/vifm - 782349d1d4f378ee856288ecd8c994dd321a0d55 authored over 12 years ago
Merge branch 'fix-install-file'

github.com/vifm/vifm - e63661407c3e0eb492eb3f0474ab224b4c34c31e authored over 12 years ago
Fix description of in the INSTALL file

The part about installation to $HOME directory.

github.com/vifm/vifm - 1bd6f4a617ae842ee7410cf3d2ccfeb3df980ec0 authored over 12 years ago
Merge branch 'add-filetype-function'

github.com/vifm/vifm - 4057fee329a9a3c13c88baaa01816abce2bc5ffc authored over 12 years ago
Add filetype() builtin function

github.com/vifm/vifm - b5cfd368e372985cbaf658112f57ca485b7d08ac authored over 12 years ago
Add filetype() builtin function

github.com/vifm/vifm.vim - 02117d4edf7c2ba122907da2f4591ae99e3488f8 authored over 12 years ago
Merge branch 'add-builtin-functions'

github.com/vifm/vifm - 7ff0360e7ef413476d541828490514e9ec62189c authored over 12 years ago
Add support of builtin functions

github.com/vifm/vifm - c131fae43020da33535feaae0707e460604f049c authored over 12 years ago
Change engine message handling

github.com/vifm/vifm - 6d845df2755807392a2cf6e71f35a8d2c12a295e authored over 12 years ago
DRY print_func()

I copied and pasted this code once, but now I'm fixing it.

github.com/vifm/vifm - 9b59024fac01b747ac3b8af6ea92d63f7bf69e94 authored over 12 years ago
Add support of builtin functions to parser

github.com/vifm/vifm - 3106aac652c43a9997a60c4677a64413abe7c392 authored over 12 years ago
Merge branch 'add-echo-command'

github.com/vifm/vifm - 62539ef904d862c20dc4fff03d574652983647f9 authored over 12 years ago
Update documentation and related about :echo cmd

github.com/vifm/vifm - 31a9d1a1ae2fbbef036d2614bf7817c978084b3e authored over 12 years ago
Update documentation and related about :echo cmd

github.com/vifm/vifm.vim - ad491aed0738ef30bc2c74016628c6e7ef83e0b3 authored over 12 years ago
Add tests for :echo arguments evaluation

github.com/vifm/vifm - cc49162a2dbee1fe0429cc86d0b42f3f9501ab91 authored over 12 years ago
Fix parsing of '' in single quoted strings

Used to fail if there was some more characters after ''.

github.com/vifm/vifm - fb812124ca6160dbe778b9f588e4fce40cebc817 authored over 12 years ago
Extract :echo arguments processing to function

github.com/vifm/vifm - 895de5ae539eee7bd53901f85c8120cbc6de6600 authored over 12 years ago
Make :echo command work more Vim-like

Allow several expressions separated by whitespace.

github.com/vifm/vifm - bfa712e773147020808a34e6d298d121a3d6be4f authored over 12 years ago
Add code of :echo command

github.com/vifm/vifm - b0ffc11ceb31f5406fda6304de8e3669bde90626 authored over 12 years ago
Merge branch 'fix-sortnumbers-unix'

github.com/vifm/vifm - 372992098c9626ae325940098474dea24b07225a authored over 12 years ago
Add test and test strverscmp on *nix

Before number sort was tested on Windows only.

github.com/vifm/vifm - 46363cf901492fbe7dfb207386378e1e28f1f99d authored over 12 years ago
Fix small issue with sorting files with numbers

strverscmp() on *nix sorts 0 and 0x wrong, it places 0 after 0x,
so need to skip all leading zer...

github.com/vifm/vifm - 60fa899e98353c9c6eec4dbf8a53f82823ff52ec authored over 12 years ago
Merge branch 'faq-shell-aliases'

github.com/vifm/vifm - 25b0ae263ad69a710ad13a9cc2e92d80feb43613 authored over 12 years ago
Also mention shell functions

github.com/vifm/vifm - b9d4a4c6b6bddd166842a1ceaabe75cf733dd900 authored over 12 years ago
Add question about shell aliases to FAQ

github.com/vifm/vifm - d703f7c3770cb0d6a3b1cbd740384a398d3d94d1 authored over 12 years ago
Merge branch 'more-map-commands'

github.com/vifm/vifm - 813ab2a8ccd89a94c35436ab104d4805fd2cfce6 authored over 12 years ago
Update documentation and related

Also fix highlight of <tab> and <s-tab> in vifmrc.

github.com/vifm/vifm - 4385296eeb9e70e9a241b1c24551fb73a72008c9 authored over 12 years ago
Update documentation and related

Also fix highlight of <tab> and <s-tab> in vifmrc.

github.com/vifm/vifm.vim - 33f7aae3943d4360cef16a4a41a237d20be2e016 authored over 12 years ago
Change tag prefix for view mode to q_ in docs

Since commands are named like q*.

github.com/vifm/vifm.vim - 3dd77b0315991a5eb51c5a0ee81008d86facdc4d authored over 12 years ago
Change tag prefix for view mode to q_ in docs

Since commands are named like q*.

github.com/vifm/vifm - 78d999a7f44d10ca380c92fd902cde1132619c24 authored over 12 years ago
Fix unexpected file list drawing on <space>

github.com/vifm/vifm - eb1ca050fddc874b5951c894352513a31fc120fc authored over 12 years ago
Remove unused parameter of do_map() function

github.com/vifm/vifm - 5ef87b3fb49911a8786fcbb62cdcdced6d8cb559 authored over 12 years ago
Add view mode mapping commands

github.com/vifm/vifm - 3600a952b940de9078032d29dec78d2223f7b129 authored over 12 years ago
Add menu mode mapping commands

github.com/vifm/vifm - c891b97a3be5d4ae1c0a4686e04b16fe99a70600 authored over 12 years ago
Merge branch 'fix-ctrl-b-f'

github.com/vifm/vifm - 67b7be214de3f5db6ca69dababc8e793f5caa485 authored over 12 years ago
Fix Ctrl-F and Ctrl-B at bottom/top in visual mode

Was broken while implementing 'lsview'.

github.com/vifm/vifm - 406373a1a7f3cf421aa2cca5b03b8ca7b877de61 authored over 12 years ago
Fix Ctrl-F and Ctrl-B at bottom/top in normal mode

Was broken while implementing 'lsview'.

github.com/vifm/vifm - 9623a27e9ae33542916419968eaab3561e8b3dc6 authored over 12 years ago
Merge branch 'varios-menu-enhancements'

github.com/vifm/vifm - 5a82bf0fb66e7896c0ecdb48677e8e26c59743e1 authored over 12 years ago
Fix Ctrl-F and Ctrl-B in menus

github.com/vifm/vifm - 97e1c5d47b120f9d1756ee0c80cb3a2392a8355c authored over 12 years ago
Stop Ctrl-F/B scrolling in bottom/top positions

github.com/vifm/vifm - d9ac8dd90190f9287e8c41597612d1d509243938 authored over 12 years ago
Move get_last_visible_line() function to menu.c

Before was in menus.c

github.com/vifm/vifm - 6f37dcc8367210312f9d6a4574dd504910904e9f authored over 12 years ago
Use DIV_ROUND_UP() macro in menu.c

github.com/vifm/vifm - b8dd8a24e7a0c605b8b199735970215da4544ea5 authored over 12 years ago
Use update_menu() function more

github.com/vifm/vifm - 477fea15878a45680eaf833aa7e1fbfab2b012de authored over 12 years ago
Extract get_effective_menu_scroll_offset()

This is new function in menu.c

github.com/vifm/vifm - df79dca4120892284bf1368ba8ffd51e761dd4ea authored over 12 years ago
Fix invoking of menus from command-line

With -c or + argument.

github.com/vifm/vifm - 775fd93e6f6535f3900297cbf913005b1fbed5ab authored over 12 years ago
Some more minor changes to menus

github.com/vifm/vifm - f8f645d79f06e85ed266832e3238f7795cec9d2a authored over 12 years ago
Add menu_info structure initialization function

Also fix some spotted bugs and use existing functions for
working with list of strings.

github.com/vifm/vifm - 1a6def69f96afbd861a6e1c5e0dd60af0c333d21 authored over 12 years ago
Replace a couple of loops with expressions

github.com/vifm/vifm - 400fd3deb62488e7da7998e168c7e40ed72fac97 authored over 12 years ago
Move two run functions from menus.c to running.c

They should be in the right place.

github.com/vifm/vifm - 45fdd17ec0c8e08fa4c0710d46214de7b314d6e9 authored over 12 years ago
Set current line once on menu cursor movement

github.com/vifm/vifm - 3ed69bc0f59d5a8debc1c225d31e0c8593e51a4b authored over 12 years ago
Add normalize_top() function to menus.c

github.com/vifm/vifm - 8f6213ad5b01333facdb890cb20588f220d187fd authored over 12 years ago
Add get_last_visible_line() function to menus.c

For better code readability.

github.com/vifm/vifm - 2879e80076561de8208c12557fa223a5e1610225 authored over 12 years ago
Fix cursor position in menus, when 'so' is set

github.com/vifm/vifm - 094c5cc0adf5fe6e5064c12bde3b5394b913e319 authored over 12 years ago
Merge branch 'fix-mk-which-git'

github.com/vifm/vifm - ea7a5efb98ef5bc7d64e906c7e48133c078e2256 authored over 12 years ago
Fix check for git command in src/Makefile.am

To omit useless error message from `which` command.

github.com/vifm/vifm - 47e6879b729f0a3c5caac29145c4d25c4f08d175 authored over 12 years ago
Merge branch 'linux-term-colors'

github.com/vifm/vifm - 5c344d72f03c7c88be90bc002c30568790dfe84e authored over 12 years ago
Update documentation and related

github.com/vifm/vifm - aa6b863291c782b889eea0041786ae11826a749a authored over 12 years ago
Update documentation and related

github.com/vifm/vifm.vim - 3abefcda3e56a8fed4885bc0360c5efff5ba1da3 authored over 12 years ago
Threat bg light colors special for linux terminal

github.com/vifm/vifm - c51ed5c16036fa9aaf78edc50a9fc70b8bf27b4d authored over 12 years ago
Add light colors

github.com/vifm/vifm - be5ec99504116e0413342685286462375ef5dc1e authored over 12 years ago
Check for linux native terminal environment

github.com/vifm/vifm - 14ecfe091b975eb45db20880992ccac1302571d0 authored over 12 years ago
Replace bool is_console flag with enumeration

github.com/vifm/vifm - e98caa2efd42ed5cbd41ee38ed163daf92847741 authored over 12 years ago
Add is_null_or_empty() function to utils/str.c

github.com/vifm/vifm - e7615a25983fe4e7d3518cee0992fcc0f84a608b authored over 12 years ago
Make filetypes.c not depend on status.h

This is mostly to fix ugly hack in cfg/info.c with
curr_stats.is_console value storing and resto...

github.com/vifm/vifm - 815d1b931dd2243839e429735c8e0eb63ab80760 authored over 12 years ago
Merge branch 'restart-small-changes'

github.com/vifm/vifm - ed14ac57c84d9d8079a5a4550b57bf586f8fad67 authored over 12 years ago
Flicker less on :restart command

Just don't do excess redraw operations.

github.com/vifm/vifm - ededfb9708089eb84aa29774e94acc6b21987e8f authored over 12 years ago
Don't reload file lists on set 'columns'/'lines'

What for it was here before? We changing view, not files.

github.com/vifm/vifm - 48e260d38e21527be24de3dc2fe1a01c80b9abdf authored over 12 years ago
Fix sort dialog after :restart command

Used to completely disappear or have weird size/position.

github.com/vifm/vifm - 65105ef87760fc552eadd652e49d5d293ee38da9 authored over 12 years ago
Merge branch 'add-E-statusline-macro'

github.com/vifm/vifm - 1d9c9e7a81c7320169660f642d8eff34fec6610e authored over 12 years ago
Add %E 'statusline' option macro

It means size of all selected files or current file, if no files
are selected.

github.com/vifm/vifm - e4654d16245c9ddeb37222f075588c4dec104987 authored over 12 years ago
Add %E 'statusline' option macro

It means size of all selected files or current file, if no files
are selected.

github.com/vifm/vifm.vim - 1716ed66cc0d81a1cde61ce0b5e5c552d696d851 authored over 12 years ago
Merge branch 'better-configure-script'

github.com/vifm/vifm - 264ed0980555c97d7d6e316fadbb5c4e2ecf238d authored over 12 years ago
Check a lot of stdlibc stuff in ./configure script

github.com/vifm/vifm - e562007736ead66e36877f6f0cf4f9ae1c557e39 authored over 12 years ago
Check for all functions and types in curses.h

github.com/vifm/vifm - e1e844062129e6f9894a073b6d5f5aeb3b4d843e authored over 12 years ago
Check for all required elements in pthread.h

github.com/vifm/vifm - 9313418fab817f4e4ab8be407b594e59220eaa20 authored over 12 years ago
Check for socket related stuff in ./configure

github.com/vifm/vifm - af3460cda14a5a8b03a167daeab1569a15f57c14 authored over 12 years ago
Check for GTK headers and related in ./configure

github.com/vifm/vifm - 735aa5f72da52af063c3986d89c923cba74a4ca6 authored over 12 years ago
Check for regex.h header and all related

In ./configure script.

github.com/vifm/vifm - d81475aeeb52b297d9c4ea76e677cf011aaff898 authored over 12 years ago
Check for magic.h header and required functions

In ./configure script.

github.com/vifm/vifm - 7ae70c4d3c22b94ba1bea6bfe1858bda85e6b7d0 authored over 12 years ago
Check for pthread.h header in ./configure script

Before was assumed as present.

github.com/vifm/vifm - 44f9b56c3b9a0f687b3025bdd0c386362571abc7 authored over 12 years ago
Check for libpthread presence in ./configure

Before it was assumed as present.

github.com/vifm/vifm - bd34113cae9890b68a7943d97a3ef9f63dce8db6 authored over 12 years ago
Check for used curses symbols in ./configure

github.com/vifm/vifm - c195582f4565b65b1e6fc7dad0a8959b0980baf8 authored over 12 years ago
Fix checks for required functions in ./configure

Because actions part of AC_CHECK_FUNCS were omitted nothing
was done when function was absent, a...

github.com/vifm/vifm - bf3c94e10a5aed1a0fa3f8a94c95471d2ad9b2ec authored over 12 years ago
Fix checks for required headers in ./configure

Because actions part of AC_CHECK_HEADERS were omitted nothing
was done when header was absent, a...

github.com/vifm/vifm - 434ad538387d309ca17e9d250b713a60f55ea115 authored over 12 years ago
Merge branch 'fix-ctrl-u-in-normal-mode'

github.com/vifm/vifm - e6edda5966e93ebddc3f5653d31cd2d7fd48bd04 authored over 12 years ago
Fix Ctrl-U in normal mode

Introduced while implementing 'lsview'.

Damn unsigned values and implicit conversions, maybe it...

github.com/vifm/vifm - a0fa17e564efa4bbf5d785d4c70ae18ef2089d7b authored over 12 years ago
Merge branch 'fix-dir-symlink-viewer'

github.com/vifm/vifm - cc31518bfd9e01df6eb02c5febf93b4ccac815b6 authored over 12 years ago
Fix file viewer matching on symlink to a directory

Since matching is performed by trailing slash, we should add
it in case symlink doesn't include ...

github.com/vifm/vifm - 66a321fb30f716ddfb5e6df236c5ca411c09ad2b authored over 12 years ago
Fix misspelled name in the THANKS file

github.com/vifm/vifm - 80d008c989e2093bf3c7df8ec65703ae5ec02db1 authored over 12 years ago
Merge branch 'exclude-gitattributes-from-archive'

github.com/vifm/vifm - 0d9a48b2ec3a3648fa2fb68ca8906f34ce1b9288 authored over 12 years ago
Exclude .gitattributes file on making archive

github.com/vifm/vifm - dbf3b94d78037e8accd6d96908e8a986f32d4690 authored over 12 years ago
Merge branch 'ls-view'

github.com/vifm/vifm - 75f3e9e05a164456ba1fb7cc3bbdc242fce96236 authored over 12 years ago
Document ls-like view

github.com/vifm/vifm - ac351c98198fd1eecdcca7a15f0a1c58a88c919e authored over 12 years ago
Document ls-like view

github.com/vifm/vifm.vim - 1b7e8db78c536a9531d7dabd010a6e1a6bb913d8 authored over 12 years ago
'scrollbind' option

github.com/vifm/vifm - f9f97a3940da3a863dd97695eb5dc3efcbb4f5fa authored over 12 years ago
Add $ key for normal and visual modes

github.com/vifm/vifm - 4e19ad6021997e17f0ab16bd0c228aec94baedcb authored over 12 years ago