https://github.com/mfrischknecht/sextant
Sextant - Navigate MS Windows like in ye olden days!
https://github.com/mfrischknecht/sextant
ace-jump keyboard-shortcuts windows windows-presentation-foundation
Last synced: about 1 month ago
JSON representation
Sextant - Navigate MS Windows like in ye olden days!
- Host: GitHub
- URL: https://github.com/mfrischknecht/sextant
- Owner: mfrischknecht
- License: gpl-3.0
- Created: 2018-07-20T06:41:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T21:15:59.000Z (over 4 years ago)
- Last Synced: 2025-02-14T08:27:49.242Z (3 months ago)
- Topics: ace-jump, keyboard-shortcuts, windows, windows-presentation-foundation
- Language: F#
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sextant - Navigate MS Windows like in ye olden days!
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](https://github.com/abo-abo/ace-window).This is still in very early development. Handle with care! :)
## Building
Sextant is built using [Paket](https://fsprojects.github.io/Paket/) and [Fake](https://fake.build/fake-dotnetcore.html) using [.NET Core (.NET SDK > 2.1.300)](https://www.microsoft.com/net/download/dotnet-core/2.1).
- `./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](https://code.visualstudio.com/) directly after cloning the repo.