After too many tries I wrote this handy alias function.
Find all files containing search string and then open them in sublime editor.
acksubl () {
ack -l -i "${1}" | xargs subl
}
Use it wtih caution.
After too many tries I wrote this handy alias function.
Find all files containing search string and then open them in sublime editor.
acksubl () {
ack -l -i "${1}" | xargs subl
}
Use it wtih caution.
Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.
All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.