Skip to content

mazurwiktor/rustgrepper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rustgrepper

Lesslike text-based interface for efficient log analyze.

Goals

  • Loading text:
    • from file
    • from stream
    • mmap when file is really big
  • Filtering file lines by pattern
  • Dynamic changing filtered lines
  • Colroing text by pattern
  • Searching by pattern
  • Bookmarking
  • Loading from file:
    • custom key bindings
    • coloring patterns
    • search patterns
  • Autocompletion for:
    • available commands
    • words for search / pattern matching
  • Using pure rust terminal engine i.e https://github.com/ticki/termion

About

Lesslike text-based interface for efficient log analyze.

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE-APACHE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages