Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cogru/cogru
Where the collaboration start!?
https://github.com/cogru/cogru
cli cogru collaboration server
Last synced: 2 months ago
JSON representation
Where the collaboration start!?
- Host: GitHub
- URL: https://github.com/cogru/cogru
- Owner: Cogru
- License: apache-2.0
- Created: 2024-05-17T07:45:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T21:22:13.000Z (4 months ago)
- Last Synced: 2024-09-15T05:50:12.843Z (4 months ago)
- Topics: cli, cogru, collaboration, server
- Language: Rust
- Homepage:
- Size: 450 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/License-Apache_2.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
# cogru
> Where the collaboration start!?[![CI](https://github.com/Cogru/cogru/actions/workflows/test.yml/badge.svg)](https://github.com/Cogru/cogru/actions/workflows/test.yml)
## 💡 Rationale
Cogru aims to streamline pair programming, ensuring it operates seamlessly
without duplicating the features of other existing software, such as chat and
screen sharing. Our focus will be solely on enhancing the editing experience
and facilitating communication between workspaces from start to finish.Here is a list of features I want Cogru to achieve:
- **Text Editing**, minimal lag as possible
- **Configurable**, allows you to release the power of the server's settings.
- **Interactable** commands that you can use to communicate with your co-workers!
- **Manageable**, take care of the logging, admin, and the workspace's permission.## 🚧 Project status
The code in this repository is currently under active development, and may
therefore change substantially with each commit.## 🔧 Usage
Run the server in the current working directory without requiring the password
to be entered.```sh
$ cogru . --no-password
```## 🪵 Client Implementation
- [x] Emacs ([cogru.el][])
- [ ] Sublime Text ([cogru-sublime][])
- [ ] Vim
- [ ] VSCode
- [ ] Visual Studio
- [ ] Intellij## 📁 Similar Projects
- [floobits][] (abandoned)
- [tandem][]
- [duckly][] (malware?)## ⚜ License
Copyright 2024-present Cogru Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.See [`LICENSE`](./LICENSE) for details.
[cogru.el]: https://github.com/Cogru/cogru.el
[cogru-sublime]: https://github.com/Cogru/cogru-sublime[floobits]: https://floobits.com/
[tandem]: https://github.com/typeintandem/tandem
[duckly]: https://duckly.com/