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 memory violation on :co <tab>

github.com/vifm/vifm - 038df254a43c3198c38873b1dc58ce883b3ec23b authored over 13 years ago by xaizek <[email protected]>
Make color schemes related code better.

Replaced *_COLOR macros with enumeration.
Replaced "magic" variable 12 with constant.
Replaced 3...

github.com/vifm/vifm - 2cafcc9218a0730d6804284a130aea21743c390a authored over 13 years ago by xaizek <[email protected]>
Fixed :!./ completion.

github.com/vifm/vifm - 35cfddfe3bdc0ec8b457675ca2f0a2544fbee6c6 authored over 13 years ago by xaizek <[email protected]>
Implemented color scheme completion.

github.com/vifm/vifm - 0e34ab357fda246784d35f85a2446eaa43ca5a2a authored over 13 years ago by xaizek <[email protected]>
Replaced error message of :colorscheme with the menu.

github.com/vifm/vifm - 629a0e4e366b83542ca5a3f5352be4825aa4bc05 authored over 13 years ago by xaizek <[email protected]>
Implemented :colorscheme command.

github.com/vifm/vifm - e5934dfebe1359cf4ebf302906d62da8e043d995 authored over 13 years ago by xaizek <[email protected]>
Give options if a file already exists in destination directory.

github.com/vifm/vifm - 7d4b3626fd0ddcf537eafd1645b708f03ed32809 authored over 13 years ago by xaizek <[email protected]>
Added %b command macros (same as %f %F).

github.com/vifm/vifm - 35bfffa5a1b761348072c9d4fda49c01cd3d25e7 authored over 13 years ago by xaizek <[email protected]>
DRY principle for %f and %F macros expanding.

github.com/vifm/vifm - fe57b97f632f184e2a11142506cabfc3e351120b authored over 13 years ago by xaizek <[email protected]>
Fixed a bug with ':!!echo foo'.

github.com/vifm/vifm - 10c33fd81835ba9e8f1f666d62a4fcb997a76670 authored over 13 years ago by xaizek <[email protected]>
Fixed paths in config.c to work with non standard install prefix.

github.com/vifm/vifm - 32e75c2449dc387c58fdceb590efbe4d6f464f10 authored over 13 years ago by xaizek <[email protected]>
Added support for spaces and functional keys in mappings.

github.com/vifm/vifm - cc45b383e60a5826f6d5b8d9be1067e1a3aaf53f authored over 13 years ago by xaizek <[email protected]>
Made :cd %D work.

github.com/vifm/vifm - 3a017f10a26414a95ecca9b5527a2335cb208e58 authored over 13 years ago by xaizek <[email protected]>
Replace escape sequences in quick view output with ^foo.

github.com/vifm/vifm - d4019053174f6edcf4e816a5f03f7a6576fb3a01 authored over 13 years ago by xaizek <[email protected]>
Restore SIGINT behaviour on shellout.

github.com/vifm/vifm - 1f8ffeafb1d10a2d703a0075aa8efadb838ffc81 authored over 13 years ago by xaizek <[email protected]>
Made filetype menu editable.

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

Conflicts:
src/file_info.c

github.com/vifm/vifm - 23a05bc1b4ba39f15cd438c2a2daf44677d6bd8a authored over 13 years ago by xaizek <[email protected]>
Added ability to rearrange programs in filetype menu.

github.com/vifm/vifm - d355a3c3e4fc028a38daf957185458ecce753621 authored over 13 years ago by xaizek <[email protected]>
Without GTK+ and libmagic use file command to determine mimetype.

github.com/vifm/vifm - 8047f080bc2498fc6353bf8812a22574cddb3e42 authored over 13 years ago by xaizek <[email protected]>
Without GTK+ and libmagic use file command to determine mimetype.

github.com/vifm/vifm - 2b023873cff0d5a31444e73bee75942d1e4f076e authored over 13 years ago by xaizek <[email protected]>
Added mimetype to fileinfo dialog.

github.com/vifm/vifm - 22089f147aef8123ada4ff62a97cdc3b6be7a262 authored over 13 years ago by xaizek <[email protected]>
Fixed tags problem in vifm.txt.

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

github.com/vifm/vifm - 6f372fae2ff0ed97c3514fe9529aea51cb13522d authored over 13 years ago by xaizek <[email protected]>
Changed some code to use my_wcsdup() instead of malloc() and wcscpy().

github.com/vifm/vifm - 0e8772caa04550d3986c6773d98bac5d804803fa authored over 13 years ago by xaizek <[email protected]>
Now more portable with my_wcsdup().

github.com/vifm/vifm - 9709e8b3cdd5447c147efa43b84ffc62daa6e400 authored over 13 years ago by xaizek <[email protected]>
Fixed completion of empty command line.

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

github.com/vifm/vifm - 9166cca886ffac71a475cb847048fa097b659b22 authored over 13 years ago by xaizek <[email protected]>
Updated ChangeLog.

github.com/vifm/vifm - 806565621fb02f98df8ab70f694deb415f058772 authored over 13 years ago by xaizek <[email protected]>
Fixed a bug with relative paths in arguments.

github.com/vifm/vifm - 55767a3582d796640ac06712213dbb4ed93dacc0 authored over 13 years ago by xaizek <[email protected]>
Don't switch view on Ctrl+W X.

github.com/vifm/vifm - 3e948df526b414e1bdcfa8004ece584b8ff45786 authored over 13 years ago by xaizek <[email protected]>
Don't capture du output to determine directory size.

github.com/vifm/vifm - 2e2c5424885f207b8330f048111e14ff58d43484 authored over 13 years ago by xaizek <[email protected]>
Added caching for ga command results.

github.com/vifm/vifm - 1f34dc965b707bd316df7f2bc3f03b77abaa5ce2 authored over 13 years ago by xaizek <[email protected]>
Added 2 TODO items.

github.com/vifm/vifm - feede5aafb3d6157bb4080dd7fe53f9cb7e8c5e9 authored over 13 years ago by xaizek <[email protected]>
Fixed bug with adding extra empty lines to the quick view.

github.com/vifm/vifm - 807ed554a5366e252228a3698d2478ebfbb287ee authored over 13 years ago by xaizek <[email protected]>
Fixed a couple of segmentation faults on unsuccessful FUSE mount.

github.com/vifm/vifm - 9a290432796f907c251c3852448eb91533c737ed authored over 13 years ago by xaizek <[email protected]>
Added 'wrap' option. It controls whether to wrap text in quick view.

github.com/vifm/vifm - f6d0ffb8d676239f1d7352daa52991285fe55d41 authored over 13 years ago by xaizek <[email protected]>
Fixed window redraw with active quick view.

github.com/vifm/vifm - 91f41d6ebdce96929ba78078cbd72d68f5b7acf6 authored over 13 years ago by xaizek <[email protected]>
Bug Fix. Don't change selected items on terminal resize.

github.com/vifm/vifm - fc5736fbf8c55389bc9ebd78715d63657c37941a authored over 13 years ago by xaizek <[email protected]>
Save pane locations on exit always except on :q!, :quit! and ZZ.

github.com/vifm/vifm - 974242391e71c8c25df6d36d49ce10c2190e07a8 authored over 13 years ago by xaizek <[email protected]>
Fixed bug with sorting (using sort type of invalid pane).

github.com/vifm/vifm - 85be504a3492e534f2ad716a17c597e79eeb4820 authored over 13 years ago by xaizek <[email protected]>
Fixed a small bug with option completion.

github.com/vifm/vifm - a994ab5dda1a226219996c2ecb7a9d557b52620c authored over 13 years ago by xaizek <[email protected]>
:write! will write config even if no setting was changed.

github.com/vifm/vifm - f1cbe98002c826ac63ddc7c612c638dcb291ff4d authored over 13 years ago by xaizek <[email protected]>
Use checksum to determine if configuration file has been modified.

github.com/vifm/vifm - 41af833ceac9fc2cba44efdfdb8f0e3ffe0045af authored over 13 years ago by xaizek <[email protected]>
Use ! with :quit or :x to discard configuration changes.

github.com/vifm/vifm - 980d73b40b1a30c01ed2deee608d5bbf57215888 authored over 13 years ago by xaizek <[email protected]>
Don't redraw panes because of screen program when it's not used.

github.com/vifm/vifm - 63bb0419461773dc05e63653fcc6eb25bfce62f8 authored over 13 years ago by xaizek <[email protected]>
Added 'runexec' option.

github.com/vifm/vifm - 50cc0be66f5ab4bc6ada47aed49f97a65bd8790d authored over 13 years ago by xaizek <[email protected]>
Added 'vimhelp' option.

github.com/vifm/vifm - 7ae659a1211d0e9867c4f9b81bc8b5e0423d14c6 authored over 13 years ago by xaizek <[email protected]>
Added 'trash' option.

github.com/vifm/vifm - 03b1fb2f3ca521f17126624fae288eb64c665a6b authored over 13 years ago by xaizek <[email protected]>
Added 'vicmd' option.

github.com/vifm/vifm - b709e534c4fc7cb76bc83d6b578b768a00ff3ef4 authored over 13 years ago by xaizek <[email protected]>
Added 'sortorder' option.

github.com/vifm/vifm - b4c9c8c4bd5de882775621e52f6beac1143ba774 authored over 13 years ago by xaizek <[email protected]>
Don't add commands from startup file and mappings to command history.

github.com/vifm/vifm - 4a7afd9fe42e40120b3843701b51e8b56cd654d4 authored over 13 years ago by xaizek <[email protected]>
Added 2 more TODO items.

github.com/vifm/vifm - 4dc2819311bf3dd97d96bbd5159f0d6630750b97 authored over 13 years ago by xaizek <[email protected]>
Updated README.

github.com/vifm/vifm - 4aa7410ad29dcad355a36124d133b470bf15804a authored over 13 years ago by xaizek <[email protected]>
Added enumeration values completion for :set command.

github.com/vifm/vifm - 9385d4758c15dc3317bbff6e90a272d015498330 authored over 13 years ago by xaizek <[email protected]>
Added local options. Added sort option.

github.com/vifm/vifm - 1b7ac3948d5d13a46d53bef9bc5f06f3d4be3813 authored over 13 years ago by xaizek <[email protected]>
Automatically sort options on adding.

github.com/vifm/vifm - ced17c078604dd5644b5aa9038bc8da72fdee42b authored over 13 years ago by xaizek <[email protected]>
Added completion for boolean options after no and inv.

github.com/vifm/vifm - cd18d1acdc9c5dc636db58421d6c6aa57c10390a authored over 13 years ago by xaizek <[email protected]>
Added iec option.

github.com/vifm/vifm - 6222b290a8e12ff6a032e46934040a1e22ed63cd authored over 13 years ago by xaizek <[email protected]>
Fixed :set completion continue.

github.com/vifm/vifm - 9eb3724cedfbd325a324f6cc742eca1ce1583e2a authored over 13 years ago by xaizek <[email protected]>
Added completion for :set.

github.com/vifm/vifm - ea196ae2a3191b727da859ce354c39ca2a4b8104 authored over 13 years ago by xaizek <[email protected]>
Added :set command.

github.com/vifm/vifm - 0d3ca66974cac170cce803168fa5b41b93a5e715 authored over 13 years ago by xaizek <[email protected]>
Don't add duplicated into command history.

github.com/vifm/vifm - af8b9246992298717d58751d040e3f8917fe598d authored over 13 years ago by xaizek <[email protected]>
Store commands separated by | as one item in history.

github.com/vifm/vifm - ca3217bcc6de39d2058896a6ebb7b05659bb0107 authored over 13 years ago by xaizek <[email protected]>
Removed "FUSE mount success" message as it was overwritten by

recursive call to change_directory();

github.com/vifm/vifm - 851699a8dcae44f5ce91d2b6f8b2b4286f0de183 authored over 13 years ago by xaizek <[email protected]>
Removed unnecessary check for BSD version.

github.com/vifm/vifm - 46ac5aa5940e16910a2dfaf27aa418abe4d742e9 authored over 13 years ago by xaizek <[email protected]>
Moved surrounding spaces in title of error message to show_error_msg().

github.com/vifm/vifm - f249eca2a9f170a9ea33a536b2320b15a006320d authored over 13 years ago by xaizek <[email protected]>
Don't reload pane on ctrl-c or escape, just clean selection.

github.com/vifm/vifm - bc43cfb9833a9cd7d6b364565124971a6710ecdd authored over 13 years ago by xaizek <[email protected]>
Fixed n and N commands (used to repeat wrong search pattern).

github.com/vifm/vifm - bd56faf3e6f0fdfca8b3dee15550042bdf8b18f1 authored over 13 years ago by xaizek <[email protected]>
Added --with-gtk and --with-libmagic configure script options.

github.com/vifm/vifm - 2f49c01fc563fdbdce6ca7fb37408230c8a9827c authored over 13 years ago by xaizek <[email protected]>
Inverted ./configure script options.

github.com/vifm/vifm - bbc50afca3c905d98aa551caa66f1d09897a7a59 authored over 13 years ago by xaizek <[email protected]>
Added TODO item.

github.com/vifm/vifm - ff0236e60cac0d9a5c3d7d0c126ddd9ba996d214 authored over 13 years ago by xaizek <[email protected]>
Added C command (clone file).

github.com/vifm/vifm - c5023e7dae97c29a394b0f119d9b185af1fb5973 authored over 13 years ago by xaizek <[email protected]>
Added detection of file handlers with GTK+ or

libmagic and .desktop files (it works only for
:file command).

github.com/vifm/vifm - de020c3bfc09ec1dd3fc34dd5e70904eb3a41b72 authored over 13 years ago by xaizek <[email protected]>
Fix selection of file after leaving FUSE mount point.

github.com/vifm/vifm - 55846ace3c50c7b81634db44ff9c42ca0cc7e67a authored over 13 years ago by xaizek <[email protected]>
Fixed running executables with spaces in their names.

github.com/vifm/vifm - 115270741e514cd53241f576c13136fa407768c5 authored over 13 years ago by xaizek <[email protected]>
Add files for :pushd and :popd commands

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

github.com/vifm/vifm - 0d40464e8d4499fcf47faa49d3554495ab67f64f authored over 13 years ago by xaizek <[email protected]>
Don't reload view on directory changing error.

github.com/vifm/vifm - e52be8641a81041a4f207074970693612e54cab4 authored over 13 years ago by xaizek <[email protected]>
If current directory doesn't exist anymore go updir instead of HOME.

github.com/vifm/vifm - c70e73b9fdb325a94e3c26df8f3a69a257cb3ef7 authored over 13 years ago by xaizek <[email protected]>
Select previous directory when going updir.

github.com/vifm/vifm - 4a32e3bb4485ae2f17239ad4370eda3019f0e20c authored over 13 years ago by xaizek <[email protected]>
Fixed removing trailing slash from directory name on macro expanding.

github.com/vifm/vifm - 02a7f2ed1b77d137cfcd1b2a7cca58f961799a74 authored over 13 years ago by xaizek <[email protected]>
Don't update current view after closing quick file view.

github.com/vifm/vifm - 04592906880d84ff6f3c25d930374f8d92b78876 authored over 13 years ago by xaizek <[email protected]>
Fixed segmentation fault on some kinds of completion.

github.com/vifm/vifm - 0205d0e4e88e2bbd6e5582d7e126d06e7d431305 authored over 13 years ago by xaizek <[email protected]>
Added pushd and popd commands.

github.com/vifm/vifm - 09afe0365ab03e0db29b8a256be171dc5a45def6 authored over 13 years ago by xaizek <[email protected]>
Fixed compile error when compatibility mode is enabled.

github.com/vifm/vifm - fa6c708ee1a63b42f6576e6bc5bdf8036cde4086 authored over 13 years ago by xaizek <[email protected]>
Fixed cw, cW behavior (were switched).

github.com/vifm/vifm - 4dcc098943611364ec662b55ff2edfc2f4ea3610 authored over 13 years ago by xaizek <[email protected]>
Properly initialize directory entry for initial list of files.

github.com/vifm/vifm - 652d3aec1abab87f8ea4c51f7df2b62f4d0317fe authored over 13 years ago by xaizek <[email protected]>
Fixed segmantation fault when trying to complete :!.

github.com/vifm/vifm - ab283cdc3d32c01669e59f490c3926fd32fe97f0 authored over 13 years ago by xaizek <[email protected]>
Fixed memory leak in line_completion().

github.com/vifm/vifm - 4023dbf2bebb93da05c3c232dc45b4db6f2bb057 authored over 13 years ago by xaizek <[email protected]>
Fixed memory leak in filename_completion().

github.com/vifm/vifm - d65aeab1eac572c9f405e502f60e8414350a15ad authored over 13 years ago by xaizek <[email protected]>
Don't replace symbolic links with their destination.

github.com/vifm/vifm - 4ab001c881dd40c8d75099b9d001eb5fa1f982f0 authored over 13 years ago by xaizek <[email protected]>
More prompt directory existence check.

github.com/vifm/vifm - 444d1a948c379e8133c229065a979d01526be1b1 authored over 13 years ago by xaizek <[email protected]>
Fixed small memory leak when splitting PATH.

github.com/vifm/vifm - a7be57c1e3adec363d3da077759c7e5ff541a802 authored over 13 years ago by xaizek <[email protected]>
Fixed small error with handling symbolic links.

github.com/vifm/vifm - 820b5d917e0e0ee2483dabafcea9ecf2493b18e1 authored over 13 years ago by xaizek <[email protected]>
Clear input bar when entering into permissions mode.

github.com/vifm/vifm - 683b9ea80fa48cbb920e24385ff36cb96431fd72 authored over 13 years ago by xaizek <[email protected]>
Added cp command for visual mode.

github.com/vifm/vifm - 372aa946326d0fa7cb48ab51bde4c7bb9ee2bdab authored over 13 years ago by xaizek <[email protected]>
Changed permissions dialog to work with selected files.

github.com/vifm/vifm - 0208ac585afe1e126e62d086634327eac876172a authored over 13 years ago by xaizek <[email protected]>
Update access rights more accurate (only that has been changed).

github.com/vifm/vifm - d948a4f05526b46522bdd3ddb5e8fd9d688e66bc authored over 13 years ago by xaizek <[email protected]>
Added error message about missing execute access on directory.

github.com/vifm/vifm - 332e9fd24567e92ab97d99bb9d90f76adb79e6d4 authored over 13 years ago by xaizek <[email protected]>
Added cW command (change only name of file, not it's extension).

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