Revision 559311
Go back to digest for 9th July 2006Features in Utilities
Thomas Kadauke committed changes in /trunk/playground/utils/workflow:
- new library: text commands
- new command: read text files. This means that I finally have got a
useful workflow working, namely:
find . | grep <some regexp> | xargs cat | wc -l
- filter list is working with regexps now
- small cleanups elsewhere
File Changes
Added 8 files
- /trunk/playground/utils/workflow/src/commands/text
- /libworkflow_textcommands.wflib
- /Makefile.am
- /readtextfilescommand.cpp
- /readtextfilescommand.h
- /textlibrary.cpp
- /textlibrary.h
- /workflow_textcommands.desktop
Modified 6 files
- /trunk/playground/utils/workflow
- /TODO
- /workflow.kdevelop
- /src/commands/filterlistcommand.cpp
- /src/commands/Makefile.am
- /src/commands/file/filelibrary.cpp
- /src/commands/image/imagelibrary.cpp
14 files changed in total