Skip to content

Commit 2ccef29

Browse files
committed
Docs
1 parent 6b3b87b commit 2ccef29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Public Beta. AeroSpace can be used as a daily driver, but expect breaking change
1919

2020
What stops us from 1.0 release:
2121
- [x] https://github.com/nikitabobko/AeroSpace/issues/131 Performance. Implement thread-per-application to circumvent macOS blocking AX API.
22-
- [ ] https://github.com/nikitabobko/AeroSpace/issues/1215 _Big refactoring_. Rewrite mutable double-linked core tree data structure to immutable single-linked persistent tree
22+
- [ ] https://github.com/nikitabobko/AeroSpace/issues/1215 _Big refactoring_. Rewrite mutable double-linked core tree data structure to immutable single-linked persistent tree.
2323
Important for: stability and potential performance
2424
- [ ] https://github.com/nikitabobko/AeroSpace/issues/1216 The big refactoring will help us to fix stability issue that windows may randomly jump to the focused workspace
2525
- [ ] https://github.com/nikitabobko/AeroSpace/issues/68 The big refactoring will help us to support macOS native tabs
26-
- [ ] https://github.com/nikitabobko/AeroSpace/issues/278 Implement shell-like combinators
26+
- [ ] https://github.com/nikitabobko/AeroSpace/issues/278 Implement shell-like combinators.
2727
Ignore a lot of crazy fuss in the issue,
28-
we are mostly going with the minimal approach to only introduce common shell-combinators: `||`, `&&`, `;`
28+
We are most probably going with the minimal approach to only introduce common shell-combinators: `||`, `&&`, `;` and `eval` command to send multiple commands in one go.
2929
- [ ] https://github.com/nikitabobko/AeroSpace/issues/1012 Investigate a possibility to use `CGEvent.tapCreate` API for global hotkeys
3030
- [ ] https://github.com/nikitabobko/AeroSpace/issues/28 Maybe it will allow to distinguish left and right modifiers. Maybe not
3131

0 commit comments

Comments
 (0)