Giter VIP home page Giter VIP logo

finder-vim-mode's Introduction

a.k.a. pseudometa

  • Research Associate in sociology, studying the social mechanisms underlying the digital economy
  • Developer of various plugins for Obsidian, Neovim, and Alfred

pseudometa's github stats

finder-vim-mode's People

Contributors

chrisgrieser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

finder-vim-mode's Issues

Multi-Select does not work on folders

So with the multi-select, there is quite an annoying limitation, which took me a while to figure out. Weirdly enough, Finder can select a file, multiple files, or a folder, but not multiple folders… m(

var wd = "/Users/chrisgrieser/Library/Mobile Documents/com~apple~CloudDocs/File Hub/"

var folder = Path(wd + "untitled folder")
var folder = Path(wd + "untitled folder copy")
var file = Path(wd + "untitled")
var file2 = Path(wd + "untitled 2")

var finder = Application("Finder")

// works
finder.select(folder); 
finder.select(file);
finder.select([file]); 
finder.select([file, file2]);

// does not work
finder.select([folder]);
finder.select([folder, folder2]);

The docs on the JXA Path object are pretty sparse. If anyone knows how to fix this, any tips are welcome

Feature Request: Visual Mode

Feature Requested

Thanks for this awesome vim mode! I'm getting used to hjkl and love it, but I keep wanting to select 3-4 files within a folder to cut/copy/paste/open them together. I used v for this at first but realized that instead shows preview information for the current file. Is there already a way to select a subset of the files after navigating to some with e.g. jk?

Relevant Screenshot

No response

Checklist

  • The feature would be useful to more users than just me.
  • I have read about the limitations of Karabiner plugins in the Caveats section of the README.

[Bug]: Spotlight Search does not work when focused on Finder

Bug Description

Spotlight Search does not work if called from a Finder window. Instead finder-vim-mode actions are performed in the background Finder window.

Relevant Screenshot

No response

To Reproduce

  1. Open Finder
  2. Open Spotlight Search
  3. Try typing something, it will perform vim actions on the background window instead of typing in the search window

Keyboard Layout

U.S.

System UI language

English (US)

Checklist

  • I updated to the latest version of this plugin.
  • I updated to the latest version of Karabiner Elements.
  • I have read about the limitations of Karabiner plugins in the Caveats section of the README.

Select files is not good (weird) [Bug]:

Bug Description

When I installed the keybindings to karabiner, my expectations were low because I didn't think the application would work properly in such an application like finder tbh 🫣, but after trying it for like 10 minutes, I said wow and that was the aha moment. It's really amazing, well designed and well applied. Thank you for that. However I think there's two things might improve the experience.

  1. the keybindings image is in bad quality and hard to see, so if possible to upload higher quality image. (I can design one if you can provide me with the high quality plain one and then add it to the repo)

  2. Selecting files are through shift+space or shift+arrow and this is not bad but a little bit weird because usually when selecting multiple files we do it with command and mouse click then select multiple files that not in order (if you know what I mean). I'd be grateful if possible feature can be added to the keybindings.

Thank you again for this amazing and well thought add-on.

Relevant Screenshot

No response

To Reproduce

If we have 4 files and we want to select files 1 and 4.
steps:

  1. select file number 1.
  2. not selecting the next 2 files (2+3).
  3. select the 4th file.

Keyboard Layout

British - QWERTY

Checklist

edited: the steps to reproduce/ just a typo.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.