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

Update TODO list.

7edc5df7713a4063674a22ffc4eb416b13487afa authored over 13 years ago by xaizek <[email protected]>
Fix completion of :!./

Previous fix made :!./<file_name work, but broke :!./<dir_name>. This
time both work. Also par...

368cb39856007dda37697a9c2351e73d54b192c7 authored over 13 years ago by xaizek <[email protected]>
Make :edit command accept arguments.

1f566e2ee247dd3721ec6bb3e7099f6137df5773 authored over 13 years ago by xaizek <[email protected]>
Don't blink at startup.

e2297a4a04c951b41f5e6e67b33447e09714367f authored over 13 years ago by xaizek <[email protected]>
Fix redraw of fileinfo dialog.

9a945675314d2af1700151630c89f98d63ba1458 authored over 13 years ago by xaizek <[email protected]>
Some changes for vifmrc.

Added UNDO_LEVELS, FOLLOW_LINKS, FAST_RUN and SORT_NUMBERS.
Fixed setting changed flag.

6a4cf8ebff98c9f8e8c776e72735749dffa9d73a authored over 13 years ago by xaizek <[email protected]>
Fix but with :delcommand.

9cc140d6a6ab54e2a219b0446cfded54dcea658f authored over 13 years ago by xaizek <[email protected]>
Handle broken links.

Don't follow them. Display that it's broken in fileinfo dialog.

55a67b2eaa2e13c7ee72cdc979b44542420f1ad4 authored over 13 years ago by xaizek <[email protected]>
Try fix TUI problems.

0293aadd61edac0a4f5c4b91b7066952757d5a01 authored over 13 years ago by xaizek <[email protected]>
Add 'followlinks' option.

a28f3bb9e449bfce4f58361ed0a3c9240f20434a authored over 13 years ago by xaizek <[email protected]>
Really fix sorting of symbolic links.

bdc635300aa4f23ed2deb7b693ac815d3d0ea553 authored over 13 years ago by xaizek <[email protected]>
Update TODO and BUGS files.

ba19cee642746f4ceef351c33b1759235b1ee38a authored over 13 years ago by xaizek <[email protected]>
Fix bug with selecting last file in the view in vm

91702c0d35e83d0ea6ab5243f16c8a619bbf5626 authored over 13 years ago by xaizek <[email protected]>
Fix bug with :n. It should go to nth file.

a8c70c9cfae0263ce6c74e5be37fe526a68c54f4 authored over 13 years ago by xaizek <[email protected]>
Make :rename command more safe.

f63c114001ee3ed46b40440415dba9ceccc6a98b authored over 13 years ago by xaizek <[email protected]>
Fix bug with an empty new filename for :rename

Now it means don't rename appropriate file.

237c9fa836d931e865b9cc441d9d8cd1a0c33f65 authored over 13 years ago by xaizek <[email protected]>
Show message when :delc called with no arguments.

f8b2cc07b2185b4ad9fce9fc4f1f98131aa40f22 authored over 13 years ago by xaizek <[email protected]>
Fix possible bug. Using of uninitialized memory.

bc826fd2e995ea2d095bbd6973505e67e4371a2e authored over 13 years ago by xaizek <[email protected]>
Fix :d command, it is abbreviation to :delete now.

381ef5d37a0c382afb0a34529359834a27418bcb authored over 13 years ago by xaizek <[email protected]>
Don't filter anything if filter is an empty string.

41024ea27bfc4031cae9a58bd39d3b1cdafd24e5 authored over 13 years ago by xaizek <[email protected]>
Fix bugs with registers and segmentation fault.

4a3c0a79f1db268b8897770efe64dac3613d83df authored over 13 years ago by xaizek <[email protected]>
Update TODO and THANKS files.

7c5c05db211092878c252f926e523e1aa25510f0 authored over 13 years ago by xaizek <[email protected]>
Fix bug with loosing selection in of v command.

Before running command from visual mode all files were marked as
unselected.

40c58602e1ac002e97acddf37a03aec43b69fb71 authored over 13 years ago by xaizek <[email protected]>
Fix bug with sorting symbolic links by name.

7b906b6d922989806a2ad7e29770671447c396bd authored over 13 years ago by xaizek <[email protected]>
Make pauseme script more POSIX compatible.

8e7698dc58ec82b0d0fefd74bcd6a13fd3b2c3a7 authored over 13 years ago by xaizek <[email protected]>
Fix some bugs with files with quotes in names.

5c710ffa604b77994fa3c06c9f8e3afa9176bd20 authored over 13 years ago by xaizek <[email protected]>
Add THANKS file.

03e998f503fdf7d38cf354cad662917f3a66428c authored over 13 years ago by xaizek <[email protected]>
Fix bug with :e %f and selection.

The last character of command was truncated.

ffffb102eab71da9293d7ca9aad9c0771a51a718 authored over 13 years ago by xaizek <[email protected]>
Merge branch 'master' of github.com:xaizek/vifm

ba56d20a318b9d3abd4f249ae8b5fad3d2b953fc authored over 13 years ago by xaizek <[email protected]>
Fix problem when vifm hanged without terminal.

a20d7fceb1222929f9998d8dc6d0e4b463fa7304 authored over 13 years ago by xaizek <[email protected]>
Fix problem when vifm hanged without terminal.

1574719b9498274730dd98762d31191ad44d4bd6 authored over 13 years ago by xaizek <[email protected]>
Fix bugs with color schemes.

Feature Requests item #3349105 on SourceForge.net. Problems with
DIRECTORY directive in colorsc...

f9f5faceef83d5c5efd16397f9e212bcd8276c42 authored over 13 years ago by xaizek <[email protected]>
Mark config dirty when changing settings with :set

Write config on exit after changing settings with :set. It didn't work
always before.

9b66380ba57d923766e28ae30f6a906927847fa9 authored over 13 years ago by xaizek <[email protected]>
Add 'savelocation' option.

Starting in the last visited directory. Store panes location in a
separate file.

1eaa1302b1f9c846217835ead055167c5af5785f authored over 13 years ago by xaizek <[email protected]>
Fix bug with options in startup file.

When options from startup file were not applied to views after startup.

ab913bbd91c034e9a5c08833fb6e8a46b57869b9 authored over 13 years ago by xaizek <[email protected]>
Add :dirs command.

1c1220a135c029349ceae0221edfcce62bc76871 authored over 13 years ago by xaizek <[email protected]>
Document default values of options.

122170dfd10f621aa229727ef95944d3d4117124 authored over 13 years ago by xaizek <[email protected]>
Add 'sortnumbers' option.

Natural sort of numbers.

fd4b1dc0091626d5a5382fcaee49668013e6756f authored over 13 years ago by xaizek <[email protected]>
Remove unused functins. Add static where needed.

72d5a2f70f8d7205e79e0c19abbab2dede348c3d authored over 13 years ago by xaizek <[email protected]>
Move friendly_size_notation() to utils.c.

7dfe3930decac9b9907584d5df91d3ac2005763c authored over 13 years ago by xaizek <[email protected]>
Make keys initialization data-driven.

61821b24ba8638e368cfa72a83c111b0546f9276 authored over 13 years ago by xaizek <[email protected]>
Update TODO. Remove done tasks.

0a8795247d7f2ebbb77732fc2ea86e4f9577970c authored over 13 years ago by xaizek <[email protected]>
Add support for whole line comments (").

ef976cb1ad55238f3153b78ebcf75c1deb1c7e6d authored over 13 years ago by xaizek <[email protected]>
Complete :pushd like :cd.

d53096f16f7f78f673b502b7ab592adbdb20d9d3 authored over 13 years ago by xaizek <[email protected]>
Don't reload directory after renaming a file.

58329eecbafb85aceecee92e5dbd56feeff8f3ed authored over 13 years ago by xaizek <[email protected]>
Fix bug with invalid count of selected files.

Yes, again after deletion. Don't forget to zero counters before
using them.

bd06769ddc201572d7cc62fde31c56b17321a882 authored over 13 years ago by xaizek <[email protected]>
Fix bug with using not escaped path for deletion.

88b80528169412cd3490bece431400d9d7106d0d authored over 13 years ago by xaizek <[email protected]>
Fix processing filenames with percent sign.

b29174cd7c29e8e4705368dff211b78e4b6dbefa authored over 13 years ago by xaizek <[email protected]>
Add gA command (like ga, but forces update).

bba829a072051a1a1eb86015261f3f8fc2a50cb8 authored over 13 years ago by xaizek <[email protected]>
Fix ga command (skip symbolic links).

8b24570907e76d8637ace2190ff01583408f947d authored over 13 years ago by xaizek <[email protected]>
Fix error messages skipping for bg processes.

Fix reaction on Ctrl+C for error messages from background processes.

d9d049d44abf20adbcfd20b6759bd80498832d89 authored over 13 years ago by xaizek <[email protected]>
Use only executables for :!./ completion.

ccb32de5717a9826cf0cb1b2d79510c24da18fd0 authored over 13 years ago by xaizek <[email protected]>
Fix problems with filesize > 4GiB.

Problem with integer overflow. Problem with using portable types that
contain only 32 bits on 32...

1e16167b809cb5721457d4bffbb2769f1affd37f authored over 13 years ago by xaizek <[email protected]>
Always sort by secondary criterion (by name).

Always means even when primary is descending sort.

70c0d1771398d4113ad0cf21534a62dff8c44821 authored over 13 years ago by xaizek <[email protected]>
Fix some errors and warnings.

Fix libncursesw in configure.in. Fix WEXITSTATUS in commands.c. Don't
ignore return values fro...

d440bebfd7859f26a3a8ceae2cb2034d154d25f8 authored over 13 years ago by xaizek <[email protected]>
Status bar message on delete from Trash dir.

Don't show error message when trying to delete something from Trash
directory.

86651d63671054ec60d1aef1a7b1342be2540a6d authored over 13 years ago by xaizek <[email protected]>
Add small FAQ.

760f5920aa5e0b2f47374a8bc324793ce54c638c authored over 13 years ago by xaizek <[email protected]>
Add undo list.

u and Ctrl-R normal mode commands. :undolist command. Move macros to
macros.h. 'undolevels' option.

33d4f59fe923f4ae7cbb00fee23c4782f9724c3e authored over 13 years ago by xaizek <[email protected]>
Remove a log of compilation warnings (-Wextra).

29912a681c57983c90acf06b40f3a487c38dc0f3 authored over 13 years ago by xaizek <[email protected]>
DRY for dot files toggle. Add some comments.

d314e1dd68beff99e92fb3d218b3b3f5c03624a7 authored over 13 years ago by xaizek <[email protected]>
Add some unit-tests.

0fac017f5d08ad106bb44c19a664324a91cc604b authored over 13 years ago by xaizek <[email protected]>
Fixed %F, accidentally broken in v0.6.2.

0c926453f61fe986e9a062dc819f6a7f930557a9 authored over 13 years ago by xaizek <[email protected]>
Add :rename command.

f931191b019617a9f54a658bbc803db7e749dad8 authored over 13 years ago by xaizek <[email protected]>
Fix bug with invalid selection.

Segmentation fault on operation. Because no selected files but selected
files counter isn't zero.

88115868a267d8a47b320fecbf04e002aa57b558 authored over 13 years ago by xaizek <[email protected]>
Don't change cursor position on <space>.

Cursors are moved when quick view is active.

3eba8abb90d7341e89097de619ac31c1853767f8 authored over 13 years ago by xaizek <[email protected]>
Increase maximum length of command line prompt.

d95e84527dd0cff46a27cf91b6f7e397a052efd8 authored over 13 years ago by xaizek <[email protected]>
Cleaned up some code. Mainly in filelist.c.

ee31febe24c22ba1453b9d21960f748a04eb4ee8 authored over 13 years ago by xaizek <[email protected]>
Don't fall into loop when FUSE program fails.

55ca590a178d7bf05edebbc84cce4b0da0f60684 authored over 13 years ago by xaizek <[email protected]>
Update README.

456c4445e4dbec72613d267da0fb485d30e3b816 authored over 13 years ago by xaizek <[email protected]>
Fix directory leaving after FUSE error.

Go to mounted file, not just up.

6511fdecfe063b198034bcb37cdbe94de30a7845 authored over 13 years ago by xaizek <[email protected]>
Fix %b macro (add space between file names).

27de5cdc7480a7abd05011709360d643a3f36e37 authored over 13 years ago by xaizek <[email protected]>
Don't change cursor position of other directory after disabling quick view.

649c869431f54998c847a9f55c4b017e0f4409c1 authored over 13 years ago by xaizek <[email protected]>
Don't let user yank the ".." directory.

350bbe02911240ec11fdea30f752c9e46e092a18 authored over 13 years ago by xaizek <[email protected]>
Fix bug with Ctrl+W, X and quick view.

4c6a74e864bbdb7cf1841b8d55f8ddb5818f98a9 authored over 13 years ago by xaizek <[email protected]>
Add %c and %C macros.

0de9f2b94814a2ff8c8bde5a035865fe96920cdc authored over 13 years ago by xaizek <[email protected]>
Don't let id and filtering info collide on a bar.

80d6bf6bc980e620afc7424aeffe58aa001fd065 authored over 13 years ago by xaizek <[email protected]>
DRY for current line replacing in cmdline.c.

862e3c8e7db8ab3d584bc2dd911d13bf3acf7711 authored over 13 years ago by xaizek <[email protected]>
Don't change directory on unsuccessful FUSE mount.

b0524aa131d2c845a04d620293f3a556666991f4 authored over 13 years ago by xaizek <[email protected]>
Fix segmentation fault on %f of %F expanding.

bb678f594ae68bf95cdcf5c933f374fda554e1e2 authored over 13 years ago by xaizek <[email protected]>
Add %CLEAR FUSE mount parameter.

46ebdd934df7dc2a4444db43baa02a4b8ef1a962 authored over 13 years ago by xaizek <[email protected]>
Add another format for filetype (FUSE_MOUNT2).

0155629424f3074e535530c90812a3e6251ea196 authored over 13 years ago by xaizek <[email protected]>
Version 0.6.2

bbc6c1adf832b594a61aa5d2b31bef45e851b407 authored over 13 years ago by xaizek <[email protected]>
Add 'fastrun' support for background processes.

Also fix :! completion bug (since one of previous commits).

317bf18a1ac017ba2d58e15c1e14ffdf4f51043b authored over 13 years ago by xaizek <[email protected]>
Don't print junk after background process output.

d20557e7e59c27b4d3cf5c3066cc18f1539cc706 authored over 13 years ago by xaizek <[email protected]>
Make command completion work with marks.

c1cc5a60a4fcf332dfc3f9cb08ebe329ea57938a authored over 13 years ago by xaizek <[email protected]>
Add gv normal mode command.

Switched to visual mode and restores last selection if possible.

b81ebbf7119809094c97ffe623b2747eefcd0c1b authored over 13 years ago by xaizek <[email protected]>
Fix missed status bar messages.

For different forms of yank and delete commands.

4dceb97a69986c67c1bf27ac9757224b56a204ea authored over 13 years ago by xaizek <[email protected]>
Add o and O keys for Visual mode.

These commands switch selection bound.

f2a5ff4b85055a465a967be357b6a9ac68dd81bc authored over 13 years ago by xaizek <[email protected]>
Implemented :yank command. Fixed '< and '>.

8bb0c9c33d505f9db0084f826e6d0248d2b53afc authored over 13 years ago by xaizek <[email protected]>
Fix segmentation fault on FUSE mount.

It happened when FUSE program mounted file successfully, but vifm
couldn't read mounted director...

bbbd83dd9f23251a4f535d660be525138e4e572c authored over 13 years ago by xaizek <[email protected]>
Add Ctrl-C key handling to error message dialog.

Hitting Ctrl-C skips all other error messages from background process.

fa59a7837ae248e4338d4377b1dc9154dca3a28b authored over 13 years ago by xaizek <[email protected]>
Use ga command results to sort by size.

fc2e6b698655738e4ead1ab90caf330b1e5ca15b authored over 13 years ago by xaizek <[email protected]>
Fixed problem with sort info redraw.

9024d0a38b41e4525e4497c88c81c14af9dff99a authored over 13 years ago by xaizek <[email protected]>
More verbose version information.

Implement :vifm command. Show same information in vifm information menu
and on --version or -v c...

51a6f47abd023e9eee89c1a5a85ef46774284896 authored over 13 years ago by xaizek <[email protected]>
Add -v and -h arguments support.

6412627d1099507917d0bf980360390b78174aa2 authored over 13 years ago by xaizek <[email protected]>
Add 'fastrun' option.

68b58e17b2bb0cf1589f9e4a19fa8d2cf5b358db authored over 13 years ago by xaizek <[email protected]>
Fix some bugs with files with quotes in their names.

c339e3baea6c15ce7d80940a5b7471faa2fc1a1c authored over 13 years ago by xaizek <[email protected]>
Fix yy when compatibility mode is off.

ae0068acc5ee6eb36b10566c10026427e5818f7f authored over 13 years ago by xaizek <[email protected]>
Add :cmdhistory command.

831fcdb2b2995f9c4f5281d5bf015a2aa6a16b59 authored over 13 years ago by xaizek <[email protected]>
Fix terminal resize when error message visible.

dea9bcb1d8605b29ef7f76ae0b9e52058379a371 authored over 13 years ago by xaizek <[email protected]>