| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-21 | Add test for `find_alias_in_file` Ok case | Teddy Wing | |
| New test for when alias matches are found in the given file. We want to match all aliases that don't have the searched email and start with the searched alias string. This gives us a list of aliases. We'll then be able to use this list to determine the highest-ranking id of the searched alias and append ${id}+1 to it to create our new alias. | |||
| 2016-04-17 | Create a function that will check whether an alias is in a file | Teddy Wing | |
| This will allow us to pass an alias and grep for it in a given file. Just a rough outline to start. Added a super basic test and a file in "testdata" to operate on for testing. | |||
