Changelog
- ac2700d Add copy and select to search mode
- cc3d2a1 Add cursor position and width handling
- 80422f0 Add links to Go and Bubble Tea in README
- 0cdf21b Delete .gitignore
- 9778b3e Init commit
- ec7d9ae Initial commit
- 898f131 Merge branch 'master' of https://github.com/craigf-svg/envlens
- fc7d587 Only use styled check on non cursor lines
- 81d46db Update README.md
- 52e2f28 Update README.md
- 7f5f11e Update README.md
- 1a79568 Update main.go
- 5d52e60 Update release workflow
- 70ecb18 add README
- 43363d0 add SelectionModel struct
- 8e0ec64 add ability to copy selected value
- ee6a672 add ability to hide values, update inputs and footer
- 0678f70 add cursor styling and color highlighting
- a5b226b add demo mode with flag and test data
- 5ca3a64 add detail mode
- 6db9b4d add github actions workflow for Go build and test
- e8da6a8 add interactive TUI for environment variable selection
- f088af7 add local environment variable reading
- b79899a add mode system with normal and search modes
- 2582e11 add multi variable copying
- 9bd7562 add release automation
- 8e0c31f add search mode input
- 71de326 add search term input and update search mode to show input
- a0bb0b3 add status message
- 6040e9c add terminal resize handling and viewport scrolling
- 77618a2 decouple cursor and check style colors
- 61c48ac filter list based on searchTerm
- c3e55cc refactor view into renderList and renderFooter functions
- a793728 rename and define message constant
- cfe8fbe update detail mode
- cd9759b use SelectionModel for osEnvVars