comby icon indicating copy to clipboard operation
comby copied to clipboard

A code rewrite tool for structural search and replace that supports ~every language.

Results 76 comby issues
Sort by recently updated
recently updated
newest added

I found that comby may save many of my time and time of my collegues, but our network is full of CentOS7 machines. I guess the build-script is yet sub-optimal,...

As a Devops I often need to convert between CI config formats. For example, AppVeyor below to GitHub Actions. ``` version: "{build}" install: - cmd: python -m pip install tox...

It would be nice to modify the names captured in the holes. For example, i was trying to change the pattern of some C++ member variables, from `variable_name_` to `m_variable_name`....

`comby 'match(:[1], me)' ':[match_template]'` where `:[match_template]` substitutes all of the previous.

(Comby is awesome! Thank you!) I would like to be able to use Comby to match in JSX files (that is, JavaScript or TypeScript files with React-style ``s). On the...

I'm always frustrated when I need to write redundant rules manually. **Describe the solution you'd like** Given two versions of a file, create a minimal rule that extracts changed part....

The default positional and anonymous arguments make it challenging to use comby for distinct operations like: - rewriting a single pattern - just matching files - using a configuration file...

Hello! While reading through the website and I noticed that the linked comby.live examples didn't seem to be working. Looks like it could be related to CORS? ![image](https://user-images.githubusercontent.com/1775621/82905035-f0761480-9f28-11ea-9e8f-3f7469eff261.png)

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when I need to [enable `ohmyzsh`...

Hey, I'm trying to match Haskell line comments, which start with `--`, but I'm getting the following error: ``` $ comby "-- " "--- " ./file Error parsing command line....