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

Fix bug with selecting last file in the view in vm

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

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

github.com/vifm/vifm - 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.

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

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

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

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

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

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

github.com/vifm/vifm - 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.

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

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

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

github.com/vifm/vifm - 5c710ffa604b77994fa3c06c9f8e3afa9176bd20 authored over 13 years ago by xaizek <[email protected]>
Add THANKS file.

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

The last character of command was truncated.

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

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

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

github.com/vifm/vifm - 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...

github.com/vifm/vifm - 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.

github.com/vifm/vifm - 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.

github.com/vifm/vifm - 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.

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

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

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

Natural sort of numbers.

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

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

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

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

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

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

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

github.com/vifm/vifm - 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.

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

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

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

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

github.com/vifm/vifm - 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.

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

github.com/vifm/vifm - 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...

github.com/vifm/vifm - 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.

github.com/vifm/vifm - 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...

github.com/vifm/vifm - 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.

github.com/vifm/vifm - 86651d63671054ec60d1aef1a7b1342be2540a6d authored over 13 years ago by xaizek <[email protected]>
Add small FAQ.

github.com/vifm/vifm - 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.

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

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

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

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

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

github.com/vifm/vifm - 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.

github.com/vifm/vifm - 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.

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

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

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

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

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

Go to mounted file, not just up.

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

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

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

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

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

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

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

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

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

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

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

github.com/vifm/vifm - 0155629424f3074e535530c90812a3e6251ea196 authored over 13 years ago by xaizek <[email protected]>
Version 0.6.2

github.com/vifm/vifm - 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).

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

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

github.com/vifm/vifm - 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.

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

For different forms of yank and delete commands.

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

These commands switch selection bound.

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

github.com/vifm/vifm - 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...

github.com/vifm/vifm - 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.

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

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

github.com/vifm/vifm - 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...

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

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

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

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

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

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

github.com/vifm/vifm - dea9bcb1d8605b29ef7f76ae0b9e52058379a371 authored over 13 years ago by xaizek <[email protected]>
Better "Background process error" message.

github.com/vifm/vifm - eecbd639c19986af3d66bcd9056b8d50dabac162 authored over 13 years ago by xaizek <[email protected]>
Clearer directory access error messages.

github.com/vifm/vifm - ca1c8dce591a4a3bc80608bb49b475c987e12e96 authored over 13 years ago by xaizek <[email protected]>
Refactor handle_file() function.

github.com/vifm/vifm - fa8270f8a23eec6b0b4122b87c3eb7168f5f8ae7 authored over 13 years ago by xaizek <[email protected]>
Added map menus.

github.com/vifm/vifm - 6903f3386ac202c09be556e0ccfbd094e93738fe authored over 13 years ago by xaizek <[email protected]>
Added override option for put conflicts.

github.com/vifm/vifm - c2aa8aacc84c6b18e20ef766457cec1c1c1d19b2 authored over 13 years ago by xaizek <[email protected]>
Force views update after shellout.

github.com/vifm/vifm - c9f4f52a36076a85e2158262a5d75602d5f1f90a authored over 13 years ago by xaizek <[email protected]>
Fix some title related small bugs.

github.com/vifm/vifm - a87f167cf2ee8f50dca5f795b5fed4596cfe1ec7 authored over 13 years ago by xaizek <[email protected]>
Unmount all FUSE mounts on exit.

github.com/vifm/vifm - b134f293e965f755204bc6553c53b1f2f4032f5a authored over 13 years ago by xaizek <[email protected]>
Save selected color scheme in config.

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

Add cinoptions-=(0.

github.com/vifm/vifm - 1491d853b8ad4427e2fbef67c7909caa9d41d8b6 authored over 13 years ago by xaizek <[email protected]>
Add more examples to src/vifmrc.

github.com/vifm/vifm - fe2751608aca784a7cca42536b2e7249839646b8 authored over 13 years ago by xaizek <[email protected]>
Fix :col Def<tab> completion.

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