Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vifm/vifm

Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.
https://github.com/vifm/vifm

Add rl command for symlinks with relative paths.

60f2a6945db21b13dee3b75fbd44e4662c0b9441 authored over 13 years ago
Add al command for symlinks with absolute paths.

11afab55db846b4542b9a6308097548eb6ff8b1a authored over 13 years ago
Redraw list after :file.

e42d1f3dc632caf3cbd78776a4c6a017ec33694f authored over 13 years ago
Add :exi[t] command.

901f88f353ac8d2734f6eab62397b48f64a35599 authored over 13 years ago
Completion in command line mode for the menus.

Also added :xit and :exi[t] menu commands.

af4abe830e0d70e2b80b6772691cc7bfe1c9f12b authored over 13 years ago
Use cmds.c to parse commands in the menu mode.

fa32e2d107c9492455a2ecba3e0cf448bf99f298 authored over 13 years ago
Update tests.

ded915d19919cb970711d3e06afbc794efd3026b authored over 13 years ago
Move inner variables of cmds.c to heap.

d0b248c76f604e244562eb31da321a0a927df1b9 authored over 13 years ago
Update tests.

892cf6e464565ad7b278b463f788cf6bfabd57d2 authored over 13 years ago
Change order of directory permissions check.

Was r->x, now x->r. Because absence of read right don't cancel
directory list loading, which ca...

5bad3759352f27ad4928b3a1611d9d440718000e authored over 13 years ago
Allow different programs for l and selection.

3334584c518cf525f06e594bfd3da637966df6fb authored over 13 years ago
l key, selection, %c and background processes

86f182de91aaa726a64a78badb4f3fbf635c3efb authored over 13 years ago
Make 'fusehome' accept ~

620a3d0045787a2638f04c31ccff5874ec612fc8 authored over 13 years ago
Change the way l key handles selection.

5143ddf05115a698687608ad3bd321f3f10244ae authored over 13 years ago
Fix compile warnings.

2ffe7095221767ed694405d47984cb2fd129a55a authored over 13 years ago
Fix :file menu.

First line was "vifm,prog"

e9af8ed4c23bf4cc80f4a6a6f51f4535c028160e authored over 13 years ago
Use status_bar_messagef() where needed format.

7f1ea9507e48766263b7da31d2bdf8d8bd805bef authored over 13 years ago
Handle fileviewer for directories.

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

dfaf9da9b1d4d0cb33a43fa2bcea9afa47e28027 authored over 13 years ago
Fix one more bug with :find and l key.

caa0a4f0b6771b78121a4a6ee70b78984344636b authored over 13 years ago
Remove TODO item about X clipboard.

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

f802d24d83e5e92856ec72b19136ac47089c5baf authored over 13 years ago
Fix bug with :find.

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

614c60f2acb50eb064a4fa24df55abf9f4d57cdb authored over 13 years ago
Make :locate and :find without args repeat search

f423e5131a98d8a478818563f7528d29fbdd88b9 authored over 13 years ago
Cleaner code for 'reversecolor'.

7625a3baf36f9c1dce4877858af241c417dbf414 authored over 13 years ago
Fix 'reversecol'.

No bold attribute when original foreground is white.

48ee7d98b5828beca5eb2697152c2297fdee4baf authored over 13 years ago
Skip all directories in :history that don't exist.

89a0afc51d0a8746464e77145a0a4b66fe1cbb52 authored over 13 years ago
Don't show links as broken on directory changing

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

87dff199e6c3ee028f99ebc287d38429ea5bf2e3 authored over 13 years ago
Make search history persistent.

b60a6981ff150b70559b404656f6a1bdaced6cad authored over 13 years ago
Force go to .. on startup without savedirs.

03bd98564c34b58d5971d8b85a80d845a6a1bffe authored over 13 years ago
Fix l key in :history menu.

b7e0b821b013b01c682b1b71d69314610c1e6a48 authored over 13 years ago
Add top line and status line colors.

528b8f7473d8a6da3466614fa0028a0dc2498691 authored over 13 years ago
Add broken link color to color schemes.

3ab23721bcbb2ffd892aaaf5e16ad6054b9c2044 authored over 13 years ago
Save more information about tui on vifminfo=tui

Quick view state and active view number.

f6b271715ebeccfcd3931b6301fe97231754786c authored over 13 years ago
Fix small bug with dhistory and savedirs.

A lot of useless D entries in vifminfo.

e3347a8a06f32eba5f6aa3e86a8279b6608db803 authored over 13 years ago
Generate name for temporary file on FUSE mount.

Also remove it after mounting.

617fe4725e8ba3d9c89071ce0b5c91d07e909b90 authored over 13 years ago
Make command line history persistent.

When 'vifminfo' contains chistory.

d278fbea1460bea38dfbd1d61e0e13e92964ce12 authored over 13 years ago
Differ handling of menu errors.

2af312b662529598f813ca1e8b68a574d5228b8c authored over 13 years ago
Add savedirs to the 'vifminfo' option.

b7fedf1d8524b3645ce294558bcabcd05c05023c authored over 13 years ago
Fix bug with finding file from the menus.

:locate or :find

ea8b0c99fbd85881add913e5c55d10659dba6522 authored over 13 years ago
Add one more format for :find command.

ba4299fbad509e67203178057ec0d927b22d8115 authored over 13 years ago
Fix segfault because of quotes.

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

56cc4f91d989922ce0229f7a73bced8760aa2a31 authored over 13 years ago
Change :find again.

c77c360a3af51544d7d0d71cec6519b153fd7b04 authored over 13 years ago
Merge directory history in the vifminfo file.

067abe574636de13ad5c60ac4055beb3209ac6a8 authored over 13 years ago
Fix segfault on :q when 'history' <= 0.

2d8db621e2a803868abc31dbc4c8868eb80ba41a authored over 13 years ago
Update vim plugin.

2858f5c620ca31c326c2237e83d8c7cdcd373186 authored over 13 years ago
Handle selection on :find

70f5a69479738205752b1836adb1e182b30ff1aa authored over 13 years ago
:find update.

And fix for bug with quotes and space trimming.

743c5e7c1457fbf2609e0bf9a281249a784555f9 authored over 13 years ago
Make directory history persistent.

When 'vifminfo' contains dhistory.

9155cf113890c02bc1a015dd8acd81a26d4f7024 authored over 13 years ago
Don't search in dirs without r-x access on :find

40f0e5ad23ba5b0ec77fac7d5b02f8069b48adaa authored over 13 years ago
Remove "_clone" from cloned file name.

17a3b022e9f420fc1d88c3bb027fd6fa0d539a99 authored over 13 years ago
Add :find command.

And fix :locate -h.

9588d0b8efcab20dd0a5aa97467191b9b6a73de9 authored over 13 years ago
Let emark work with custom separator.

3a6c702bfda020188d65d522408f7283692fdb7c authored over 13 years ago
Check read permissions on C.

ba07c9936c2ffea795f73f0d35dd8dfc042b41db authored over 13 years ago
Always use sh for :empty command.

500f9cc6ac11c30ba60d9309bd33358528d45ffe authored over 13 years ago
Make /, ?, n and N work in visual mode.

07e589b084c941e2f9004b45887f08039a173ae8 authored over 13 years ago
Better C command.

Handle selection.
Work in visual mode.

725c64fb575a5ce72e27de258bbb6c84912c329e authored over 13 years ago
Clear selection after C command.

77757320e6f742fde92b20e7b225ec4d7dc0f303 authored over 13 years ago
Check destination existence on cloning.

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

6cd04f665d0a387678f40ae6bc4b32e4014cf372 authored over 13 years ago
Fix "/" in the title (was "").

ea791c5b933138168369c179bfca49bb6927a2fe authored over 13 years ago
Fix message on failed locate command.

75ef14cdc48af8c806d86f1d642bcbdda542d66a authored over 13 years ago
Move file name to the title of other pane on :view

9b1c499af6f83be1e18453e0bc09fcd83eb638bc authored over 13 years ago
By default add %c to file viewer.

621165430911872e018e63e87b24050316c86f95 authored over 13 years ago
Allow user insert comma in filetype command.

By doubling it.

7f0077aa0b950a8572b96062c8beebb4155d7f77 authored over 13 years ago
Fixed bug with :file &.

29c098cf1e2f2f0d2014016cd992bc4f98735c22 authored over 13 years ago
Add 'vifm' entry to the :file menu for directories

bc1d3dc5f282acecc3d11c5f8df42911204d8ff0 authored over 13 years ago
Remove duplicates from the :history menu.

01ddbbc63b8faa4c3a585b5b7ed179e98b97eeb5 authored over 13 years ago
Remove duplicates from the command history.

903b542ee6a9bb168fc8bf978d96836e69e461f7 authored over 13 years ago
Allow commenting lines in multi line commands.

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

e5e3a4d0a382279273f7c526e4cb7c3423f12200 authored over 13 years ago
Fix program list in the :file menu.

38992838d7240bafb42003e461593efcb37b8a92 authored over 13 years ago
Update documentation.

08752d385c5e73b071f2f87093e8b0cd566ca6cb authored over 13 years ago
'shell' corrections.

1e126afa9514e4201a535a1adba5c5185cdf2a5f authored over 13 years ago
Show all file programs in the :file menu.

9dd73b8a181a7f129db693ae59882ddc4b1b15f0 authored over 13 years ago
Change :filextype.

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

3986cff00a45dfee8efa6307a982c3ffe4acc9ee authored over 13 years ago
Use $SHELL for :shell command.

b763979c6a03d31477d6bebd5388d31fb8211f56 authored over 13 years ago
Fix ownership check on cp.

Skip checks for root.

fbc43a62e5f5a05dc8cf09be61bd3d87fd766919 authored over 13 years ago
Add 'vixcmd' option.

b8ed1ec860eb2d1311d522cf192f9dbe9a45cb6d authored over 13 years ago
Check file owner on :change.

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

5966251cf5311fd4e5830b57341a97b5790a7819 authored over 13 years ago
Handle selection on running programs from :file

bbe186d89d7dd3175860c9657611f9a79aa276a3 authored over 13 years ago
Trim spaces in the :file menu.

ba694da675f4c3da0f870eee831ba53ea054217d authored over 13 years ago
Fix :locate command.

Escape arguments before passing them to the shell.

a4fc56ad17a9f326ac56895523f637e4803c57af authored over 13 years ago
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...

7c6499d4b0c6f62829a7908a52da3ed322e5c2ea authored over 13 years ago
Escape current directory in the plugin.

c97a8e31cf4a53e218150ebd07d1729f90a6a7ab authored over 13 years ago
Small plugin improvements.

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

e96b0f68f88da75316554bc09cf359c641b6a93b authored over 13 years ago
Small fixes for new configuration.

d41e1fcb8c6ead3ea47982fcc160ee8608b48e48 authored over 13 years ago
Add :filextype command.

86e3a62eab97b97ecd46a03fe03e0ffc6adae90f authored over 13 years ago
Add set values completion.

e8cb69dcabbcbcc3db6fe7b3a43fdfcce1684143 authored over 13 years ago
Fix option completion after -= and +=.

c21f0821ee7976c9827bff436f853c2ec0c81e7c authored over 13 years ago
Small fixes for previous commit.

eab0a6f3eab0ac99ea4e5f1261ce514b7799211b authored over 13 years ago
Perform merge on vifminfo instead of overwriting

cc5382878d5f7ce1ac5d26fc42734148370efa27 authored over 13 years ago
Update documentation.

e1345cc9bf2ba5ed2f12373c94df3f151ea5cfa7 authored over 13 years ago
Update to work after rebase.

4a29b33bd6e9d07f6c4c21e02421a4987167da2e authored over 13 years ago
New vifminfo format.

8f90fab15c52732dd2aacd38b76a8eca05c9d2e3 authored over 13 years ago
Fix setting multiple options for set options.

Like vifm=warn,bookmarks

7dd275ae06635e215e3f2ebf2129ff94c4766022 authored over 13 years ago
Save 'vifminfo' in the vifminfo file.

5f242540a717cdd3acc0228d0d1e92cd7a62b795 authored over 13 years ago
Remove 'savelocation' option.

4860bbf4347fc151b0d0b1babd6ca89ff4d8f801 authored over 13 years ago
Add vifmrc update message.

c2daa304da87316c75916356f494e24eeba24a80 authored over 13 years ago
Add :filetype command.

fe615779bf40f10f3e03f7d0c5cd3529db809fc7 authored over 13 years ago
Fix error message dialog.

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

e94ac7d4c140b6aba75a158b3b97c377e9816c98 authored over 13 years ago
Add :fileviewer command.

d966c656bb8b2bafc784b257b72a9f57802344b3 authored over 13 years ago
Add vifmrc-converter tool.

c6de1ece5d6d5afe1cda2c377bcd6cc33eb9bd2d authored over 13 years ago
Again vifminfo.

881855e9044ef46815b19176bf20908b9995ec06 authored over 13 years ago