Sextant allows you to switch between application windows in Microsoft Windows using only your keyboard. The selection of windows is heavily influenced by emacs' ace-window package.
This is still in very early development. Handle with care! :)
Sextant is built using Paket and Fake using .NET Core (.NET SDK > 2.1.300).
./fake.cmd build
produces a release build../fake.cmd build -- --debug
produces a debug build../fake.cmd build -- --debug --watch
will continuously watch the filesystem for changes and trigger new builds anytime the source code is altered.- The project should be buildable and debuggable in VS Code directly after cloning the repo.