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

Make 'fusehome' accept ~

github.com/vifm/vifm - 620a3d0045787a2638f04c31ccff5874ec612fc8 authored over 13 years ago by xaizek <[email protected]>
Change the way l key handles selection.

github.com/vifm/vifm - 5143ddf05115a698687608ad3bd321f3f10244ae authored over 13 years ago by xaizek <[email protected]>
Fix compile warnings.

github.com/vifm/vifm - 2ffe7095221767ed694405d47984cb2fd129a55a authored over 13 years ago by xaizek <[email protected]>
Fix :file menu.

First line was "vifm,prog"

github.com/vifm/vifm - e9af8ed4c23bf4cc80f4a6a6f51f4535c028160e authored over 13 years ago by xaizek <[email protected]>
Use status_bar_messagef() where needed format.

github.com/vifm/vifm - 7f1ea9507e48766263b7da31d2bdf8d8bd805bef authored over 13 years ago by xaizek <[email protected]>
Handle fileviewer for directories.

For example:
:fileviewer */ tree %f
Before such commands didn'e work.

github.com/vifm/vifm - dfaf9da9b1d4d0cb33a43fa2bcea9afa47e28027 authored over 13 years ago by xaizek <[email protected]>
Fix one more bug with :find and l key.

github.com/vifm/vifm - caa0a4f0b6771b78121a4a6ee70b78984344636b authored over 13 years ago by xaizek <[email protected]>
Remove TODO item about X clipboard.

This can be done with external applications. For example:
nmap yp :!echo %d | xclip<cr>

github.com/vifm/vifm - f802d24d83e5e92856ec72b19136ac47089c5baf authored over 13 years ago by xaizek <[email protected]>
Fix bug with :find.

In fact with :locate too, but it works for it, because of strict format
of its output.

github.com/vifm/vifm - 614c60f2acb50eb064a4fa24df55abf9f4d57cdb authored over 13 years ago by xaizek <[email protected]>
Make :locate and :find without args repeat search

github.com/vifm/vifm - f423e5131a98d8a478818563f7528d29fbdd88b9 authored over 13 years ago by xaizek <[email protected]>
Cleaner code for 'reversecolor'.

github.com/vifm/vifm - 7625a3baf36f9c1dce4877858af241c417dbf414 authored over 13 years ago by xaizek <[email protected]>
Fix 'reversecol'.

No bold attribute when original foreground is white.

github.com/vifm/vifm - 48ee7d98b5828beca5eb2697152c2297fdee4baf authored over 13 years ago by xaizek <[email protected]>
Skip all directories in :history that don't exist.

github.com/vifm/vifm - 89a0afc51d0a8746464e77145a0a4b66fe1cbb52 authored over 13 years ago by xaizek <[email protected]>
Don't show links as broken on directory changing

While "Reading directory..." message is shown.

github.com/vifm/vifm - 87dff199e6c3ee028f99ebc287d38429ea5bf2e3 authored over 13 years ago by xaizek <[email protected]>
Make search history persistent.

github.com/vifm/vifm - b60a6981ff150b70559b404656f6a1bdaced6cad authored over 13 years ago by xaizek <[email protected]>
Force go to .. on startup without savedirs.

github.com/vifm/vifm - 03bd98564c34b58d5971d8b85a80d845a6a1bffe authored over 13 years ago by xaizek <[email protected]>
Fix l key in :history menu.

github.com/vifm/vifm - b7e0b821b013b01c682b1b71d69314610c1e6a48 authored over 13 years ago by xaizek <[email protected]>
Add top line and status line colors.

github.com/vifm/vifm - 528b8f7473d8a6da3466614fa0028a0dc2498691 authored over 13 years ago by xaizek <[email protected]>
Add broken link color to color schemes.

github.com/vifm/vifm - 3ab23721bcbb2ffd892aaaf5e16ad6054b9c2044 authored over 13 years ago by xaizek <[email protected]>
Save more information about tui on vifminfo=tui

Quick view state and active view number.

github.com/vifm/vifm - f6b271715ebeccfcd3931b6301fe97231754786c authored over 13 years ago by xaizek <[email protected]>
Fix small bug with dhistory and savedirs.

A lot of useless D entries in vifminfo.

github.com/vifm/vifm - e3347a8a06f32eba5f6aa3e86a8279b6608db803 authored over 13 years ago by xaizek <[email protected]>
Generate name for temporary file on FUSE mount.

Also remove it after mounting.

github.com/vifm/vifm - 617fe4725e8ba3d9c89071ce0b5c91d07e909b90 authored over 13 years ago by xaizek <[email protected]>
Make command line history persistent.

When 'vifminfo' contains chistory.

github.com/vifm/vifm - d278fbea1460bea38dfbd1d61e0e13e92964ce12 authored over 13 years ago by xaizek <[email protected]>
Differ handling of menu errors.

github.com/vifm/vifm - 2af312b662529598f813ca1e8b68a574d5228b8c authored over 13 years ago by xaizek <[email protected]>
Add savedirs to the 'vifminfo' option.

github.com/vifm/vifm - b7fedf1d8524b3645ce294558bcabcd05c05023c authored over 13 years ago by xaizek <[email protected]>
Fix bug with finding file from the menus.

:locate or :find

github.com/vifm/vifm - ea8b0c99fbd85881add913e5c55d10659dba6522 authored over 13 years ago by xaizek <[email protected]>
Add one more format for :find command.

github.com/vifm/vifm - ba4299fbad509e67203178057ec0d927b22d8115 authored over 13 years ago by xaizek <[email protected]>
Fix segfault because of quotes.

A typo, "i + i" instead of "i + 1".

github.com/vifm/vifm - 56cc4f91d989922ce0229f7a73bced8760aa2a31 authored over 13 years ago by xaizek <[email protected]>
Change :find again.

github.com/vifm/vifm - c77c360a3af51544d7d0d71cec6519b153fd7b04 authored over 13 years ago by xaizek <[email protected]>
Merge directory history in the vifminfo file.

github.com/vifm/vifm - 067abe574636de13ad5c60ac4055beb3209ac6a8 authored over 13 years ago by xaizek <[email protected]>
Fix segfault on :q when 'history' <= 0.

github.com/vifm/vifm - 2d8db621e2a803868abc31dbc4c8868eb80ba41a authored over 13 years ago by xaizek <[email protected]>
Update vim plugin.

github.com/vifm/vifm - 2858f5c620ca31c326c2237e83d8c7cdcd373186 authored over 13 years ago by xaizek <[email protected]>
Handle selection on :find

github.com/vifm/vifm - 70f5a69479738205752b1836adb1e182b30ff1aa authored over 13 years ago by xaizek <[email protected]>
:find update.

And fix for bug with quotes and space trimming.

github.com/vifm/vifm - 743c5e7c1457fbf2609e0bf9a281249a784555f9 authored over 13 years ago by xaizek <[email protected]>
Make directory history persistent.

When 'vifminfo' contains dhistory.

github.com/vifm/vifm - 9155cf113890c02bc1a015dd8acd81a26d4f7024 authored over 13 years ago by xaizek <[email protected]>
Don't search in dirs without r-x access on :find

github.com/vifm/vifm - 40f0e5ad23ba5b0ec77fac7d5b02f8069b48adaa authored over 13 years ago by xaizek <[email protected]>
Remove "_clone" from cloned file name.

github.com/vifm/vifm - 17a3b022e9f420fc1d88c3bb027fd6fa0d539a99 authored over 13 years ago by xaizek <[email protected]>
Add :find command.

And fix :locate -h.

github.com/vifm/vifm - 9588d0b8efcab20dd0a5aa97467191b9b6a73de9 authored over 13 years ago by xaizek <[email protected]>
Let emark work with custom separator.

github.com/vifm/vifm - 3a6c702bfda020188d65d522408f7283692fdb7c authored over 13 years ago by xaizek <[email protected]>
Check read permissions on C.

github.com/vifm/vifm - ba07c9936c2ffea795f73f0d35dd8dfc042b41db authored over 13 years ago by xaizek <[email protected]>
Always use sh for :empty command.

github.com/vifm/vifm - 500f9cc6ac11c30ba60d9309bd33358528d45ffe authored over 13 years ago by xaizek <[email protected]>
Make /, ?, n and N work in visual mode.

github.com/vifm/vifm - 07e589b084c941e2f9004b45887f08039a173ae8 authored over 13 years ago by xaizek <[email protected]>
Better C command.

Handle selection.
Work in visual mode.

github.com/vifm/vifm - 725c64fb575a5ce72e27de258bbb6c84912c329e authored over 13 years ago by xaizek <[email protected]>
Clear selection after C command.

github.com/vifm/vifm - 77757320e6f742fde92b20e7b225ec4d7dc0f303 authored over 13 years ago by xaizek <[email protected]>
Check destination existence on cloning.

And create *_clone, *_clone(1), *_clone(2), ...

github.com/vifm/vifm - 6cd04f665d0a387678f40ae6bc4b32e4014cf372 authored over 13 years ago by xaizek <[email protected]>
Fix "/" in the title (was "").

github.com/vifm/vifm - ea791c5b933138168369c179bfca49bb6927a2fe authored over 13 years ago by xaizek <[email protected]>
Fix message on failed locate command.

github.com/vifm/vifm - 75ef14cdc48af8c806d86f1d642bcbdda542d66a authored over 13 years ago by xaizek <[email protected]>
Move file name to the title of other pane on :view

github.com/vifm/vifm - 9b1c499af6f83be1e18453e0bc09fcd83eb638bc authored over 13 years ago by xaizek <[email protected]>
By default add %c to file viewer.

github.com/vifm/vifm - 621165430911872e018e63e87b24050316c86f95 authored over 13 years ago by xaizek <[email protected]>
Allow user insert comma in filetype command.

By doubling it.

github.com/vifm/vifm - 7f0077aa0b950a8572b96062c8beebb4155d7f77 authored over 13 years ago by xaizek <[email protected]>
Fixed bug with :file &.

github.com/vifm/vifm - 29c098cf1e2f2f0d2014016cd992bc4f98735c22 authored over 13 years ago by xaizek <[email protected]>
Add 'vifm' entry to the :file menu for directories

github.com/vifm/vifm - bc1d3dc5f282acecc3d11c5f8df42911204d8ff0 authored over 13 years ago by xaizek <[email protected]>
Remove duplicates from the :history menu.

github.com/vifm/vifm - 01ddbbc63b8faa4c3a585b5b7ed179e98b97eeb5 authored over 13 years ago by xaizek <[email protected]>
Remove duplicates from the command history.

github.com/vifm/vifm - 903b542ee6a9bb168fc8bf978d96836e69e461f7 authored over 13 years ago by xaizek <[email protected]>
Allow commenting lines in multi line commands.

In vifmrc. Vim doesn't allow this, but probably it should.

github.com/vifm/vifm - e5e3a4d0a382279273f7c526e4cb7c3423f12200 authored over 13 years ago by xaizek <[email protected]>
Fix program list in the :file menu.

github.com/vifm/vifm - 38992838d7240bafb42003e461593efcb37b8a92 authored over 13 years ago by xaizek <[email protected]>
Update documentation.

github.com/vifm/vifm - 08752d385c5e73b071f2f87093e8b0cd566ca6cb authored over 13 years ago by xaizek <[email protected]>
'shell' corrections.

github.com/vifm/vifm - 1e126afa9514e4201a535a1adba5c5185cdf2a5f authored over 13 years ago by xaizek <[email protected]>
Show all file programs in the :file menu.

github.com/vifm/vifm - 9dd73b8a181a7f129db693ae59882ddc4b1b15f0 authored over 13 years ago by xaizek <[email protected]>
Change :filextype.

Ignore not in X. And handle like :filetype when in X.

github.com/vifm/vifm - 3986cff00a45dfee8efa6307a982c3ffe4acc9ee authored over 13 years ago by xaizek <[email protected]>
Use $SHELL for :shell command.

github.com/vifm/vifm - b763979c6a03d31477d6bebd5388d31fb8211f56 authored over 13 years ago by xaizek <[email protected]>
Fix ownership check on cp.

Skip checks for root.

github.com/vifm/vifm - fbc43a62e5f5a05dc8cf09be61bd3d87fd766919 authored over 13 years ago by xaizek <[email protected]>
Add 'vixcmd' option.

github.com/vifm/vifm - b8ed1ec860eb2d1311d522cf192f9dbe9a45cb6d authored over 13 years ago by xaizek <[email protected]>
Check file owner on :change.

It won't work if user owns dir, but not dir/file

github.com/vifm/vifm - 5966251cf5311fd4e5830b57341a97b5790a7819 authored over 13 years ago by xaizek <[email protected]>
Handle selection on running programs from :file

github.com/vifm/vifm - bbe186d89d7dd3175860c9657611f9a79aa276a3 authored over 13 years ago by xaizek <[email protected]>
Trim spaces in the :file menu.

github.com/vifm/vifm - ba694da675f4c3da0f870eee831ba53ea054217d authored over 13 years ago by xaizek <[email protected]>
Fix :locate command.

Escape arguments before passing them to the shell.

github.com/vifm/vifm - a4fc56ad17a9f326ac56895523f637e4803c57af authored over 13 years ago by xaizek <[email protected]>
Add 'shell' option.

Not sure if it works for all cases, there are still /bin/sh in the code
in some places, but I th...

github.com/vifm/vifm - 7c6499d4b0c6f62829a7908a52da3ed322e5c2ea authored over 13 years ago by xaizek <[email protected]>
Escape current directory in the plugin.

github.com/vifm/vifm - c97a8e31cf4a53e218150ebd07d1729f90a6a7ab authored over 13 years ago by xaizek <[email protected]>
Small plugin improvements.

Don't force vifm to start in one window mode from vim.
Show current file directory in the left w...

github.com/vifm/vifm - e96b0f68f88da75316554bc09cf359c641b6a93b authored over 13 years ago by xaizek <[email protected]>
Small fixes for new configuration.

github.com/vifm/vifm - d41e1fcb8c6ead3ea47982fcc160ee8608b48e48 authored over 13 years ago by xaizek <[email protected]>
Add :filextype command.

github.com/vifm/vifm - 86e3a62eab97b97ecd46a03fe03e0ffc6adae90f authored over 13 years ago by xaizek <[email protected]>
Add set values completion.

github.com/vifm/vifm - e8cb69dcabbcbcc3db6fe7b3a43fdfcce1684143 authored over 13 years ago by xaizek <[email protected]>
Fix option completion after -= and +=.

github.com/vifm/vifm - c21f0821ee7976c9827bff436f853c2ec0c81e7c authored over 13 years ago by xaizek <[email protected]>
Small fixes for previous commit.

github.com/vifm/vifm - eab0a6f3eab0ac99ea4e5f1261ce514b7799211b authored over 13 years ago by xaizek <[email protected]>
Perform merge on vifminfo instead of overwriting

github.com/vifm/vifm - cc5382878d5f7ce1ac5d26fc42734148370efa27 authored over 13 years ago by xaizek <[email protected]>
Update documentation.

github.com/vifm/vifm - e1345cc9bf2ba5ed2f12373c94df3f151ea5cfa7 authored over 13 years ago by xaizek <[email protected]>
Update to work after rebase.

github.com/vifm/vifm - 4a29b33bd6e9d07f6c4c21e02421a4987167da2e authored over 13 years ago by xaizek <[email protected]>
New vifminfo format.

github.com/vifm/vifm - 8f90fab15c52732dd2aacd38b76a8eca05c9d2e3 authored over 13 years ago by xaizek <[email protected]>
Fix setting multiple options for set options.

Like vifm=warn,bookmarks

github.com/vifm/vifm - 7dd275ae06635e215e3f2ebf2129ff94c4766022 authored over 13 years ago by xaizek <[email protected]>
Save 'vifminfo' in the vifminfo file.

github.com/vifm/vifm - 5f242540a717cdd3acc0228d0d1e92cd7a62b795 authored over 13 years ago by xaizek <[email protected]>
Remove 'savelocation' option.

github.com/vifm/vifm - 4860bbf4347fc151b0d0b1babd6ca89ff4d8f801 authored over 13 years ago by xaizek <[email protected]>
Add vifmrc update message.

github.com/vifm/vifm - c2daa304da87316c75916356f494e24eeba24a80 authored over 13 years ago by xaizek <[email protected]>
Add :filetype command.

github.com/vifm/vifm - fe615779bf40f10f3e03f7d0c5cd3529db809fc7 authored over 13 years ago by xaizek <[email protected]>
Fix error message dialog.

Used to loose last character at the end of each line.

github.com/vifm/vifm - e94ac7d4c140b6aba75a158b3b97c377e9816c98 authored over 13 years ago by xaizek <[email protected]>
Add :fileviewer command.

github.com/vifm/vifm - d966c656bb8b2bafc784b257b72a9f57802344b3 authored over 13 years ago by xaizek <[email protected]>
Add vifmrc-converter tool.

github.com/vifm/vifm - c6de1ece5d6d5afe1cda2c377bcd6cc33eb9bd2d authored over 13 years ago by xaizek <[email protected]>
Again vifminfo.

github.com/vifm/vifm - 881855e9044ef46815b19176bf20908b9995ec06 authored over 13 years ago by xaizek <[email protected]>
Make filetype understand star as in globals.

github.com/vifm/vifm - 5ee5c06e7298ab229addf3ab4cb8a5e7df9b933d authored over 13 years ago by xaizek <[email protected]>
Apply plugin improvements.

Patch by Colin Cartade.

github.com/vifm/vifm - ab09be784c47c479240a07e4c21807f988ac8f45 authored over 13 years ago by xaizek <[email protected]>
Use realfile() in the Vim plugin.

github.com/vifm/vifm - 8bfa5089ff458ec90264d876ba2d0e63b21072fd authored over 13 years ago by xaizek <[email protected]>
Don't pollute log with useless messages on startup

About stat "" file. Just wrong order of conditions in the if statement.

github.com/vifm/vifm - bd6601ea2dff00d5e6bcf2f116799527832b1323 authored over 13 years ago by xaizek <[email protected]>
Fix memory leak.

github.com/vifm/vifm - 9cba66d4a9619017e8633f67252c839e40b2dbdd authored over 13 years ago by xaizek <[email protected]>
Update status bar lines count on terminal resize.

github.com/vifm/vifm - a78473851058260720eecc3f00f5ef2ed03fa58e authored over 13 years ago by xaizek <[email protected]>
Fix redraw after multi line status bar and :.

github.com/vifm/vifm - 7f04cd7f6f4036d1a1b0985f814a47d0c6f17c2a authored over 13 years ago by xaizek <[email protected]>
Make :marks accept arguments.

github.com/vifm/vifm - 01594fd68316622dd6f0206a78dd9e842b646486 authored over 13 years ago by xaizek <[email protected]>
Fix :marks menu.

github.com/vifm/vifm - 90c52873ea1b1c5612bad05bc11c3ccfd402e34f authored over 13 years ago by xaizek <[email protected]>
Don't hide end of status bar message.

github.com/vifm/vifm - be73e48cdae56808d6e913163cae8dc5e5f77e71 authored over 13 years ago by xaizek <[email protected]>
Make :di a b c work.

Vim's documentation don't mention that :di can accept several arguments.

github.com/vifm/vifm - 2d70497bd4dc29a159fae3760a768c5f6ba75884 authored over 13 years ago by xaizek <[email protected]>
Replace home dir with ~ in :marks menu.

github.com/vifm/vifm - 0e44b216d30ad1b17f3ea0d9b78f77d5c2c94da3 authored over 13 years ago by xaizek <[email protected]>