Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apandhi/Autumn
A macOS window manager for JavaScript hackers
https://github.com/apandhi/Autumn
developer-tools gplv3 macos window-manager
Last synced: 5 days ago
JSON representation
A macOS window manager for JavaScript hackers
- Host: GitHub
- URL: https://github.com/apandhi/Autumn
- Owner: apandhi
- License: gpl-3.0
- Created: 2019-03-27T14:44:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T05:02:41.000Z (over 4 years ago)
- Last Synced: 2024-08-02T16:11:57.268Z (3 months ago)
- Topics: developer-tools, gplv3, macos, window-manager
- Language: TypeScript
- Size: 8.33 MB
- Stars: 338
- Watchers: 7
- Forks: 10
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](/assets/icon.png)
# Autumn Window Manager
Autumn is a MacOS window manager built for javascript hackers. It was originally developed by Sephware and opened sourced in hopes that the community would keep the project alive.
# Installing / Getting started
To get started, you can download the latest release from the [releases tab](/releases/latest)
## Developing
### Prerequisites
- [Xcode 10.1](https://developer.apple.com/xcode/) or higher
To start developing, simply clone the repo:
```shell
git clone https://github.com/apandhi/Autumn.git
cd Autumn
```### Building
When you're ready to build a release, you can use the following:
```shell
./makelocal.sh
```The build will be located at:
```shell
./build/Release/Autumn.app
```## Features
You can read more about the features here:
[https://apandhi.github.io/Autumn/](https://apandhi.github.io/Autumn/)## Contributing
If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
## Links
- Project homepage: [https://apandhi.github.io/Autumn/](https://apandhi.github.io/Autumn/)
- Repository: [https://github.com/apandhi/Autumn/](https://github.com/apandhi/Autumn/)
- Issue tracker: [https://github.com/apandhi/Autumn/issues](https://github.com/apandhi/Autumn/)## Licensing
The code in this project is licensed under GPLv3 license. You can find the license file here: [LICENSE](LICENSE)