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

Cursor positioning on changing directory

github.com/vifm/vifm - 623a9b40aaf7fe95c1ca62e5bf952d1fc7e36cc0 authored over 12 years ago
Make G go to start of line

github.com/vifm/vifm - c0ac16b40640dfd8f634d8155bae93b8fa8e1832 authored over 12 years ago
Ctrl-F/Ctrl-B in visual mode

github.com/vifm/vifm - 8eb63be17404054ed4dd4f0fda948c2b411d1cee authored over 12 years ago
Use pick_or_move() function more in normal.c unit

Also make j and k behave more Vi-like when used as motions.

github.com/vifm/vifm - 53270758ee28020e8f03d03d4ea4a0e21f2ebc83 authored over 12 years ago
Make 0, ^ and $ work as selectors in normal mode

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

github.com/vifm/vifm - 4e19ad6021997e17f0ab16bd0c228aec94baedcb authored over 12 years ago
Ctrl-D/Ctrl-U in visual mode

github.com/vifm/vifm - 352b94bdd090665da62ecd2d8cb8995ec2015199 authored over 12 years ago
Add 0 and ^ keys for normal and visual mode

github.com/vifm/vifm - 4e5a628166b4f845f2a76022a52fa8959dd4128f authored over 12 years ago
zt, zz and zb in normal and visual modes

github.com/vifm/vifm - 6d10267883a96c755ba142457c05ad9cc9363546 authored over 12 years ago
Make 0, ^ and $ work as selectors in normal mode

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

github.com/vifm/vifm.vim - c17781a5e1853614e08101315b322f513f6cb701 authored over 12 years ago
Add 0 and ^ keys for normal and visual mode

github.com/vifm/vifm.vim - 5931f81726d4942f2a0d83237f25e1433e742a70 authored over 12 years ago
Add gh, gj, gk and gl keys to normal and visual

These are needed, because h, j, k and l behave different when
'lsview' is on.

github.com/vifm/vifm.vim - c52ab6be130c8425a49087c3a7b718088f3a5412 authored over 12 years ago
Fix cursor positioning for another pane

github.com/vifm/vifm - fca3dc32b3af68054f49b85b6eecf4c3029d9cb8 authored over 12 years ago
Remove pos argument of consider_scroll_offset()

It's always view->list_pos.

github.com/vifm/vifm - 17115ddd17b5baeb851b0d86f88ba7e61c386628 authored over 12 years ago
Add gh, gj, gk and gl keys to normal and visual

These are needed, because h, j, k and l behave different when
'lsview' is on.

github.com/vifm/vifm - b58fc485f3f74c734b0135f3e5d60bbd2fe27389 authored over 12 years ago
Make Ctrl-E/Ctrl-Y work

github.com/vifm/vifm - a6da29a21991873e17a6106a00317961641b1124 authored over 12 years ago
Fix 'scrolloff' and file name drawing position

Also rewrite some old code.

github.com/vifm/vifm - 39af9066ff1f237952f25255454706224f70f373 authored over 12 years ago
Ctrl-E/Ctrl-Y in visual mode

github.com/vifm/vifm - 69310f3919bd9eedd1e0f57f04799ed71a826df6 authored over 12 years ago
Make H, M and L commands be aware of columns

github.com/vifm/vifm - 4889ad6d2f662767da8d5858d19ce8da24aecaea authored over 12 years ago
Fix top position for not full last line

github.com/vifm/vifm - cbb355d95a719417773e3e8565832eb8155ceb5f authored over 12 years ago
Correct h, j, k and l keys in visual and normal

github.com/vifm/vifm - 31e8699d25bad07accdad3e3b5b9c4012c24f6ca authored over 12 years ago
Remove excess top argument of draw_dir_list()

It's always view->top_line.

github.com/vifm/vifm - 92fa1f3e801b65e86b803a037c5c4ff311a4d3c9 authored over 12 years ago
Top position and files visibility

github.com/vifm/vifm - 351a9831a48c5631528acb65220bb9fbbc0365bd authored over 12 years ago
Remove pos argument of move_curr_line()

It's always view->list_pos.

github.com/vifm/vifm - 3c4867ad4a41b16bc27232bfb1e6473a3990906d authored over 12 years ago
Ctrl-D/Ctrl-U in normal mode

github.com/vifm/vifm - 7b12e69d441e2c2a0813b7beeaeeeb75abad6e7b authored over 12 years ago
Allow walking all visible files

github.com/vifm/vifm - 58e5e06acc2c439e34ea8e49079a109e93cba1d0 authored over 12 years ago
Implemented ls-like view rendering

github.com/vifm/vifm - c125d86a76d71764c32771680455f4b54446fa8f authored over 12 years ago
Add window cells field for FileView

This will be used in a lot of places where window_rows are used
now.

github.com/vifm/vifm - 833c692b8abfecf090ac2f52f9da5ba34a5355e8 authored over 12 years ago
Count slash in directory names for max file length

github.com/vifm/vifm - 4b190aea2099de06cfcf874e9cd65804bf56dd2a authored over 12 years ago
Update view configuration on table calculations

github.com/vifm/vifm - 23ddb668af5102248e7687561b55dc850c490520 authored over 12 years ago
Make 'scrolloff' option work correctly

github.com/vifm/vifm - 738abfc70deb7825971434b0fd6665f2a499c007 authored over 12 years ago
Add put_inactive_mark() function

Use it. Fix "*" on other view on view switching after previous
commit.

github.com/vifm/vifm - 15cedd29af79d217e1cef8e0534a3c277da238d9 authored over 12 years ago
Show inactive pane cursor position correctly

github.com/vifm/vifm - 210d5379db17cf0600da4b4a8b761ee44281513b authored over 12 years ago
Add 'lsview' option to control ls-like view look

github.com/vifm/vifm - 943aaa3dea686c9b2448fbb6f959c8c550232d81 authored over 12 years ago
Add 'lsview' option to control ls-like view look

github.com/vifm/vifm.vim - 334e9d086019f9b7e3c1cc7d58cacb2e11e5846d authored over 12 years ago
Merge branch 'configurable-libx11-usage'

github.com/vifm/vifm - 64f4095ed64d45a1e35440a324bb71bdc00ac34e authored over 12 years ago
Add --without/[with]-X11 configure script option

github.com/vifm/vifm - 38cd91f5927afcad79aa541b16528d0d73ae431b authored over 12 years ago
Merge branch 'fix-root-items-in-reg-menu'

github.com/vifm/vifm - a58614f94f07ebdd3ebe7aeb930b831ddfa931f5 authored over 12 years ago
Mainly minor style corrections

Use "const char *" instead of "char *" where possible.
Use "const char foo[]" instead of "char *...

github.com/vifm/vifm - 500baa41b71fb5de23fa807cd881087cd2710812 authored over 12 years ago
Fix extra slash in :registers for files in root

github.com/vifm/vifm - 52b005c8a722abe33ad3cda9069b009eb176c574 authored over 12 years ago
Merge branch 'fix-!!-in-filetype'

github.com/vifm/vifm - 8950158f69178b2f0e6ce2751259dc10202c1dce authored over 12 years ago
Fix !! in filetype command

Such programs were skipped because prefix wasn't removed.

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

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

github.com/vifm/vifm.vim - da0332ee8bac7321be67931f514977c0ea1515f8 authored over 12 years ago
Disable Alt-. for all submodes except cmdline

github.com/vifm/vifm - 9bf88bc1cb3347cdde4dfdd734b24532fb4dd274 authored over 12 years ago
Get last arguments of older commands on next Alt-.

github.com/vifm/vifm - 54a4e3a4e2b7b11b071650fa5ac85eebe658d626 authored over 12 years ago
Add Alt-. (dot) handling in command line mode

To insert last part of previous command in history.

github.com/vifm/vifm - 422ba4a4abcd63dcd505b67af305b40fc44b665d authored over 12 years ago
Add get_last_argument() to cmds.c

github.com/vifm/vifm - 952299243ed6c03bc86447a8397ee7393aa3071b authored over 12 years ago
Merge branch 'ctrl-t-in-cmdline-mode'

github.com/vifm/vifm - 92217acd47e59352380c501dfd5f77d8b8ecb73f authored over 12 years ago
Add Ctrl-T handling in command line

Swaps two characters, just like in bash and emacs.

github.com/vifm/vifm - 088fec8f873f2e4edbd385e2e926393df5b3b8b5 authored over 12 years ago
Add Ctrl-T handling in command line

Swaps two characters, just like in bash and emacs.

github.com/vifm/vifm.vim - 1a132995dcf45f467fb06d3f6d4da41d2f0b71e3 authored over 12 years ago
Merge branch 'update-outside-changed-dir-faster'

github.com/vifm/vifm - 99e0b96c4e807b080e2d1d4c6fad65bcf5e49867 authored over 12 years ago
Reduce delay between resize and TUI redrawing

github.com/vifm/vifm - 9e59190d6306b52741d294589c361663d10cee12 authored over 12 years ago
Merge branch 'other-pane-pos-indication'

github.com/vifm/vifm - 808b7f2209832f0126dc188bd5d07955ff59d525 authored over 12 years ago
Update changelog

github.com/vifm/vifm - 755db27f537b74ab585d7bbffe1c8f9a9bafe5a5 authored over 12 years ago
Fix startup other pane position

When you quited vifm and then opened it in smaller window there
was the possibility of that you ...

github.com/vifm/vifm - b1d42de6770fb3d7499fb7f69010d05ec4aa031b authored over 12 years ago
Fix mark position after height increased

github.com/vifm/vifm - 9fc85c581c0019acccec2b4611dcf51e22a132b4 authored over 12 years ago
Fix position redraw on reducing window height

github.com/vifm/vifm - e00cdf0eaca27562307adedb0620fc01ce596316 authored over 12 years ago
Merge branch 'fix-ga-and-gA-over-sshfs'

github.com/vifm/vifm - de609cf2f214843385c9ce38c6a1e2cf25ced5bb authored over 12 years ago
Fix ga and gA over sshfs

readdir() returns DT_UNKNOWN for directories.

github.com/vifm/vifm - 9211dbd8d9b86122b096039327fb45c6010f518b authored over 12 years ago
Merge branch 'better-set-completion'

github.com/vifm/vifm - 1d5f1005a13549a3ce99b0959eb80ea35b4a62a7 authored over 12 years ago
Escape spaces and pipes in option values

github.com/vifm/vifm - 5b5ecac55dcf5f74ca588e68f93812d3f390f197 authored over 12 years ago
Fix displaying of 'columns' and 'lines' options

They used to diverge from real geometry on resize and also were
equal -1 after startup.

github.com/vifm/vifm - e093bcf8a19cdf909459536487c7954f873195f0 authored over 12 years ago
Add more completion for :set option=<tab>

Even for options without variants, in this case just complete
their value.

github.com/vifm/vifm - df1151c0d3e923d06bba3a6cc490cce358fcb1a4 authored over 12 years ago
Fix segfault on `:set all=` completion try

There is no real 'all' option, so the check for NULL was needed.

github.com/vifm/vifm - de5103880dfd37c2141752fb08ba9420fef01246 authored over 12 years ago
Complete :set for short and full names like Vim

So 'sc' will produce list with smartcase in it.

github.com/vifm/vifm - 20901fce4c392e0302fe79e1367a187241bbc204 authored over 12 years ago
Fix duplicates erasing in completion.c

github.com/vifm/vifm - 9b08d61d26af9d466fb370dcb6cf0a4c3ec99390 authored over 12 years ago
Merge branch 'fix-parens-and-iname-sort'

github.com/vifm/vifm - b077c4153183a68a5b0cdb8145535ef816c69863 authored over 12 years ago
Rewrite cmd_paren() in normal.c

I now it's a bit slower now, but it's not used extensively. And
not it's smaller, more readable ...

github.com/vifm/vifm - b2f235a07e3a5a0d01f1a37d0b971f8e2aa81ba6 authored over 12 years ago
Merge branch 'smarter-fuse-umount'

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

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

github.com/vifm/vifm.vim - f7ece9800af38831575f6c8972231f02fd9b80b3 authored over 12 years ago
Handle `:cd ..` exactly h key

github.com/vifm/vifm - 429b4a897a54b766ef64ded99db0f8ce6266cfe8 authored over 12 years ago
Don't unmount FUSE if other pane is using it

github.com/vifm/vifm - 4028cc6db3d613b477fd8dcb279b3b12ce1e56e4 authored over 12 years ago
Merge branch 'fix-split-rel-path'

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

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

github.com/vifm/vifm.vim - 3e8420892f01da212bff1b087cc9b525220e50e6 authored over 12 years ago
Complete only directory names for :[v]split

github.com/vifm/vifm - 183fd9eca0b8f0516667f9f14b092edd76a982b1 authored over 12 years ago
Complete :[v]split argument from active pane

github.com/vifm/vifm - 52567e9e88ad9622397521a37d170f8b1dc1e3af authored over 12 years ago
Use current directory as base for :[v]split

github.com/vifm/vifm - fd8f18e9fb6de396499e0f006c12c1a0b9e8a42e authored over 12 years ago
Add base directory argument to cd() in filelest.c

Before current view directory was used.

github.com/vifm/vifm - 722b8c17baccab4d889ca04c443bc32179b8c8e2 authored over 12 years ago
Merge branch 'column-view'

github.com/vifm/vifm - d4b415a6362b71f4e405367651b0341c5882218d authored over 12 years ago
Fix segfault on :restart on prompt history loading

github.com/vifm/vifm - 5d625d1b1bedb548876f45ce474e4325788086f7 authored over 12 years ago
Simplify column_line_print() function in filelist

github.com/vifm/vifm - f84a775bd2f45c58080c773ac1ad4177422a78a4 authored over 12 years ago
Fix segfault on :move command with slash in path

github.com/vifm/vifm - c94cccb41d82224937ed217ceae1083f8dde7c28 authored over 12 years ago
Add empty placeholder ({}) for default sort column

github.com/vifm/vifm - f42758db0585bd2d9d5e1ad860a5e0a43c2e5ebd authored over 12 years ago
Add empty placeholder ({}) for default sort column

github.com/vifm/vifm.vim - 0b176e4a5d377dd9bfc831ff0cc469f05a497ff3 authored over 12 years ago
Fix other pane local options resetting on :restart

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

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

github.com/vifm/vifm.vim - 04e9b3be41659c307ab4ab1cdb5bab6c81475274 authored over 12 years ago
Print option value errors as error messages

github.com/vifm/vifm - d573bc139a7fdaed7a6f1083c59841e4ef59dd75 authored over 12 years ago
Store/restore 'viewcolumns' to/from vifminfo

github.com/vifm/vifm - 8ca8f1ec4134a8088c34dd407c1d943de040858f authored over 12 years ago
Add 'viewcolumns' local option

github.com/vifm/vifm - 4d45d1c0231e39ba0a6c7082c6d373e5058d9295 authored over 12 years ago
Fix right aligned fields of very short width

github.com/vifm/vifm - 5bb36d35e8a029780d6e8322ebeb94892439a6aa authored over 12 years ago
Fix putting ellipsis in columns of width 1 or 2

github.com/vifm/vifm - fa04cf284be64fb0a244790476b510b131186ece authored over 12 years ago
Add viewcolumns_parser.c unit

github.com/vifm/vifm - 6c984b7a775c959ebf2b5d547c0c5a0839918dca authored over 12 years ago
Use column_view module in draw_dir_list()

github.com/vifm/vifm - 973fe9e18cb9ef2c3681d75f4f73568bb1d593c1 authored over 12 years ago
Use column_view module in erase_current_line_bar()

github.com/vifm/vifm - 9b132c65d977af9c7e73730185be614a1a71f662 authored over 12 years ago
Add column formatting functions for all columns

github.com/vifm/vifm - d4fa1c89d757c646aab03516527e44792ed6687f authored over 12 years ago