szabototo89 / CodeSharper

Refactoring tool, written in C# and using TDD for developing
1 stars 0 forks source link

[idea] CodeSharper should be similar to Unix/Linux command pipeline #21

Open szabototo89 opened 9 years ago

szabototo89 commented 9 years ago

CodeSharper should be similar to Unix/Linux command pipeline:

echo *.class | head 10
(echo class[name="*TestCase"] > body | filter [public]) && echo "Class not found!"