Notepad++ Tail Documents (Quick and Easy)

This guide will show you how to easily tail documents in Notepad++. This is helpful when you want to see when a document changes in real time. An example of this could be when a log file changes.

To enable Tail -f or Monitoring of the document, simply click on the Eyeball just below the main menu. As you can see when you hover over this it says Monitoring (tail-f) .

Notepad++ - Tail Document - Eyeball Icon

Once this is enabled the document should update in real-time with any changes that are made. I use this fairly often when developing and needing to look at log files to find bugs in my code (sad face).

As you can see it was easy to tail documents in Notepad++. How do you like using the tail / monitoring feature? Drop a comment below to get the conversation started. Never know when your insight will help make someone else’s day better!

If you would like to suggest a new article or video to be released, please reach out via the Contact Page. I look forward to hearing your feedback and providing content that is helpful for you!

7 thoughts on “Notepad++ Tail Documents (Quick and Easy)”

  1. Thanks a Lot. I was looking for that feature and i didn’t know that notepad++ had included inside

    Reply
    • No problem! I was super happy when I found it as well. Nice feature to have.

      Reply
  2. I am going to take great joy in showing this one off in front of my team! Thanks!

    Reply
    • Awesome! I am glad this was helpful for you!

      Reply
  3. muy buen material m
    Muchas Gracias!!

    Reply
  4. Most log viewers with tail -f feature have a parameter to set the max number of lines to keep. Is there a line limit in Notepad++ when following a log file? If you’re following a log for many days, a line limit is a must.

    Thanks

    Reply
    • Hey! Thanks for reaching out. I am not aware of any further customization for it at this time. Being able to limit the lines would be a nice addition. Especially in a long-running case as you mention. If I find any way to configure this, I will reach back out. Have a great day!

      Reply

Leave a Comment