canola.nvim/lua/oil
Steven Arcangeli 6175bd6462
feat: trash support for linux and mac (#165)
* wip: skeleton code for trash adapter

* refactor: split trash implementation for mac and linux

* fix: ensure we create the .Trash/$uid dir

* feat: code complete linux trash implementation

* doc: write up trash features

* feat: code complete mac trash implementation

* cleanup: remove previous, terrible, undocumented trash feature

* fix: always disabled trash

* feat: show original path of trashed files

* doc: add a note about calling actions directly

* fix: bugs in trash implementation

* fix: schedule_wrap in mac trash

* doc: fix typo and line wrapping

* fix: parsing of arguments to :Oil command

* doc: small documentation tweaks

* doc: fix awkward wording in the toggle_trash action

* fix: warning on Windows when delete_to_trash = true

* feat: :Oil --trash can open specific trash directories

* fix: show all trash files in device root

* fix: trash mtime should be sortable

* fix: shorten_path handles optional trailing slash

* refactor: overhaul the UI

* fix: keep trash original path vtext from stacking

* refactor: replace disable_changes with an error filter

* fix: shorten path names in home directory relative to root

* doc: small README format changes

* cleanup: remove unnecessary preserve_undo logic

* test: add a functional test for the freedesktop trash adapter

* test: more functional tests for trash

* fix: schedule a callback to avoid main loop error

* refactor: clean up mutator logic

* doc: some comments and type annotations
2023-11-05 12:40:58 -08:00
..
adapters feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
mutator feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
actions.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
cache.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
columns.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
config.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
constants.lua refactor: small perf win by eliminating string object keys 2023-06-25 22:44:44 -07:00
fs.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
init.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
keymap_util.lua feat: keymaps can specify mode (#187) 2023-09-28 09:18:15 -07:00
layout.lua refactor: clean up duplicate helper method 2023-03-29 18:42:48 -07:00
loading.lua fix: type annotations and type errors 2023-08-12 20:32:52 -07:00
lsp_helpers.lua fix: case handling for LSP willRenameFiles 2023-10-01 16:47:22 -07:00
pathutil.lua fix: can view drives on Windows 2023-11-05 07:27:28 -08:00
shell.lua feat: builtin support for editing files over ssh (#27) 2023-01-18 10:25:22 -08:00
util.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00
view.lua feat: trash support for linux and mac (#165) 2023-11-05 12:40:58 -08:00