Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-kostyaev/comby.el
`comby.el` is a simple wrapper around comby - https://comby.dev/
https://github.com/s-kostyaev/comby.el
Last synced: 2 days ago
JSON representation
`comby.el` is a simple wrapper around comby - https://comby.dev/
- Host: GitHub
- URL: https://github.com/s-kostyaev/comby.el
- Owner: s-kostyaev
- License: gpl-3.0
- Created: 2020-06-19T20:12:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T01:40:25.000Z (over 4 years ago)
- Last Synced: 2024-11-12T11:44:52.456Z (2 months ago)
- Language: Emacs Lisp
- Size: 25.4 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# comby.el
[![License GPL3](https://img.shields.io/badge/license-GPL_3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.txt)
[![MELPA](https://melpa.org/packages/comby-badge.svg)](https://melpa.org/#/comby)`comby.el` is a simple wrapper around [`comby`](https://comby.dev/).
Comby is a tool for searching and changing code structure. For use
`comby.el` you need to [install](https://comby.dev/docs/get-started) `comby` before.[![asciicast](https://asciinema.org/a/341335.svg)](https://asciinema.org/a/341335)
## Usage
Just `M-x` `comby` or select region you want to refactor and then `M-x` `comby`.