Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ezichko

  1. ezichko

    modify perl script for GTD and VIM

    this: if ($line =~ /^\s*(.*?)@([A-Za-z]+)/) { it will output lines that have @whatever and group them nicely.
  2. ezichko

    modify perl script for GTD and VIM

    hi: i have this script which reads a txt file and outputs a list of tasks grouped by context. it was made to work with emacs org mode but i want to use vim instead. how should i change it to scan all lines of text and group context that appear as @work @home etc. for example if my text file...

Part and Inventory Search

Back
Top