Nore Dev Fman Versions Save

TUI File Manager

v1.20.1

1 year ago

Changelog

  • ee96613 fix: remove freebsd from goreleaser

v1.17.1

1 year ago

Changelog

  • 70bcb25 Merge pull request #22 from dzzzchhh/feature/Themes
  • e2c4680 Merge pull request #23 from dzzzchhh/patch-1
  • 15d0581 Update README.md
  • e5753b0 Use ‐ instead of _ as a replacement for - (#28)
  • d675af5 add missing updatePath command
  • 6660a26 apply code review suggestions
  • 0885d8d initial themes implementation
  • 162f85c manage theme selection inside themes package
  • 4a0e131 refactor: move the models to the appropriate packages
  • 0f0388b style: add icons
  • 2fa5da7 style: add more themes
  • 026d3b8 style: improve entryinfo model design
  • 3fc6c35 update README

v1.16.3

1 year ago

Changelog

  • 9123683 Add TestGetEntries
  • 27c4170 Add Unit Tests
  • 22cece4 Add hotkey to cycle between hidden files
  • 614e7a4 Adjust vim's 'j' and 'k' movements
  • 38e645c Merge pull request #12 from CutestNekoAqua/hidden
  • 73b7133 Merge pull request #16 from plutov/add-unit-tests
  • fd1d4e7 Merge pull request #17 from plutov/add-TestGetEntries
  • c0f4c21 Merge pull request #19 from dzzzchhh/feature/AdjustVimUpDownMovements
  • a05f482 Merge pull request #20 from nore-dev/issue-14
  • 2b2a691 change message to PathMsg
  • e146fe4 fix: do not panic on GetEntries()
  • ec697bf fix: use os.chdir() to change directory
  • cb676b1 run windows tests
  • 319b9ce run windows tests

v1.15.0

1 year ago

Changelog

  • e4e1956 Merge pull request #11 from nore-dev/feature-vim-shortcuts
  • 90a121a Merge pull request #8 from nore-dev/feature-different-colors
  • ed98778 Merge pull request #9 from nore-dev/feature-copy-to-clipboard
  • 5690ce0 feat: add vim shortcuts
  • c34b562 feat: copy selected entry path to the clipboard
  • 0a11da8 feat: use different colors on directories and hidden entries

v1.12.0

1 year ago

Changelog

  • 8737790 chore: add readme
  • 3b4ad75 chore: add gitignore
  • 340ea5a chore: add license
  • 42167ee fix: make storage package windows compatible
  • 4dcf512 style: add default theme
  • b7735a7 fix: handle symlinks
  • a6b4b95 feat: add mouse support to list model
  • c272d5c fix: remove hard-coded values
  • 235b575 feat: show storage space information
  • e468782 feat: resolve symlinks, close #1
  • 8f64a62 feat: add mouse support to path model
  • f0cabe0 perf: render preview when selected entry changed
  • 7b7dab1 fix: truncate entry name if the name is too long
  • fc1e176 feat: add toolbar
  • 158d18b refactor: move models to model package
  • 316edd6 chore: remove unnecessary code
  • d3e7089 style: show count of entries in directory
  • ce05869 feat: open file with default application
  • b362ff7 style: highlight syntax
  • 4897962 style: write list headers
  • e806632 feat: show file preview
  • b263c0e style: readable file size
  • 7bbf199 feat: navigate to other directories
  • 4c4a7a7 style: use flexbox
  • f3f6e71 style: colorize list items
  • aba2a5a feat: add timestats to entry struct
  • 6b72730 feat: display entry information
  • 3b55669 feat: display entries & navigate with keys
  • 8e42dfa feat: list files and folders