Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-03 | Context code '+' to create context smartly | ||
2020-05-03 | Decouple listpath and initpath | ||
2020-05-03 | Show messages appropriately | ||
2020-05-03 | Plugin mimelist: support reading file list from (cmd as) plugin | ||
2020-05-03 | browse: fix nnn -e (#549) | ||
The current code will start editor if the mime doesn't start with "text/". But, we want the opposite. Simplify the check by using `strncmp` instead. We may improve by writing a helper: `start_withs` in the future. This change also cleans -Wstrict-aliasing on Ubuntu 16.04 LTS | |||
2020-05-03 | Simplify unescape() in no locale mode | ||
2020-05-02 | Dim file details in detail mode | ||
2020-04-27 | Use mem* function | ||
2020-04-26 | Show error at source | ||
2020-04-26 | Fix #537 | ||
2020-04-26 | Fix buffer cleanup | ||
2020-04-26 | Fix buffer cleanup | ||
2020-04-26 | Use memrchr if available | ||
2020-04-25 | Resolve path in list mode | ||
2020-04-25 | Minor refactor | ||
2020-04-25 | Silently ignore invalid paths (documented) | ||
2020-04-25 | Fix #532: support picker and list modes together | ||
2020-04-24 | Fix return and show error | ||
2020-04-24 | Fix picker and list mode conflict (#533) | ||
* Fix picker and list mode conflict * Comment the change | |||
2020-04-24 | NNN_SEL: custom selection file | ||
2020-04-24 | Bookmark key get priority over session | ||
2020-04-19 | Do a complete erase | ||
2020-04-18 | Fix listing files directly under / | ||
2020-04-18 | Remove hacky single path handling | ||
2020-04-18 | Fix #520: minimal erasure | ||
2020-04-18 | Fix #526: persistent session | ||
2020-04-17 | Fix #523: handle NNN_PIPE (#525) | ||
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> | |||
2020-04-17 | Save offset in key-val pairs | ||
2020-04-17 | Fix #523: create NNN_PIPE early | ||
2020-04-16 | Experimental: guards to reduce repeat screen redraws | ||
2020-04-16 | Go to first file or next match | ||
2020-04-16 | Env var NNN_LOCKER | ||
2020-04-15 | Fix #520 | ||
2020-04-15 | Fix build break | ||
2020-04-15 | One-pass key-val pair parsing for bms and plugs | ||
2020-04-15 | Show entry even if no permission | ||
2020-04-15 | Optimized xstrlen(), xstrdup() | ||
2020-04-14 | Refactor set_time_type() | ||
2020-04-14 | Check for file first (more in number) | ||
2020-04-14 | MInor refactor | ||
2020-04-13 | Reduce the scope of loop variables | ||
2020-04-13 | Make NNN_COLORS override NO_COLORS (#515) | ||
2020-04-13 | Fix build break | ||
2020-04-13 | Fix build break | ||
2020-04-13 | Fix symlink to dir indicator in detail mode | ||
2020-04-13 | Use memccpy | ||
2020-04-13 | Happy Birthday nnn! 🍰 | ||
2020-04-12 | Change nav-as-you-type to type-to-nav | ||
2020-04-12 | Simplified dirname() | ||
2020-04-12 | Simplify finding valid parent | ||