amber
amber copied to clipboard
A code search / replace tool
Hi, on Windows Server 2022 showns a new windows with message "System Error" Is there something about Windows Server 2022 to allow executing amber? thanks, Alex O.
As the title says, an option to 1. replace all in a given file 2. skip all in a given file Currently it's quite repetitive when you want to operate...
Use case: Sometimes I want to do an ambitious search or search/replace but I get a bunch of junk files I don't want to touch, like a CHANGELOG.md or a...
It looks like that `amber` is the thing that "ambs", but what is the meaning of "amb" ?
When I run `ambs` in one of my folders, it freezes on a file but I can't tell which one because there is no `--verbose` (or `--debug`) flag that makes...
Sorry to tell you but I'm struggling with the configuration of `amber` for different reasons : - Some flag helps is too short and cryptic. Example: `Enable .gitignore skip`, do...
It would be helpful if amber provided also support for renaming files. There is a common tool called `rename` (from the linux-utils package), but it doesn't support regex. On the...
I have a lot of things to template, so I use Amber in a script. Every time, Amber wants to replace the values found in that script which is currently...
I'm calling amber from a batch script, it executes amber.exe tens of times in order. Some of them will randomly fail. The script: ```batch :: Replace #1/#2/#3 chcp 65001 echo...
#### Example ``` 1. 「ことの葉は強 (こは) く見ゆれどすまひ草露には―・つるものにざりける」〈[源順集](https://dictionary.goo.ne.jp/word/person/%E6%BA%90%E9%A0%86/#jn-212920)〉 ``` #### Issues 1. `^ 1. 「(.+)\n(?! 2.)` expected to work but failed to match, does amber support Negative Look Ahead? 2. `^...