pantac.com Integrating technology and education

July 18, 2013

Text Editors

Filed under: Tools — Tags: , , — Tech Guru @ 6:10 am

Every Tech Guru needs to edit text files from time to time. Here are some of the tools I regularly use.

Text Editors

  • Windows NotePad: This is the application that is in Windows and has been since the beginning. If you need a text editor on a machine that isn’t your own, this is probably going to be the easiest one to find.
  • Notepad++: This is my go-to application when I need to edit a text file. It’s free and available as a portable app that can be included on a thumb drive.  You can get it at notepad-plus-plus.org.

For the Linux/Unix gurus, here are some editors that you probably already know about.

  • Emacs: This is the Swiss army knife with the entire Swiss army attached as far as text editors go. I have only dabbled with Emacs, but it runs on Linux, Unix, Windows and OS X, and it seems to have more capabilities than any one person could ever learn to use. There are several versions of Emacs for Windows, but the GNU Emacs version seems to be the closest to the Linux/Unix version. You can get it at: Download Emacs.
  • Vi (or Vim): Linux/Unix people get pretty opinionated about whether Vi or Emacs are the best editor in the known universe. I have dabbled with both and Vi is hard for me to get my head around, but it’s proponents swear by it. You can download VIM here: Download VIM.
  • Nano or Pico: These are minimalist editors but they are easy to understand for people who are not already Linux/Unix experts. In other words, when I have to edit something in Linux or Unix, I use one of these because I haven’t spent enough time to learn Emacs or Vi.

Powered by WordPress