67 Révisions (61bc5cd817ca25f2a1b2c3d10f739772376d1dbe)
 

Auteur SHA1 Message Date
  sin 61bc5cd817 Add 'c' command to change into a destination directory by typing the path il y a 10 ans
  sin 58f897fead Add missing break il y a 10 ans
  Alex-P. Natsios b0ca406e28 more typo and grammar fixes for README il y a 10 ans
  sin 65b8aa2ab0 Add SEL_SH and bring out spawning of the shell in the main loop il y a 10 ans
  sin 4919b910b9 Add comment about less(1) il y a 10 ans
  sin 31c5e5912d Fix typo in README il y a 10 ans
  sin 273cb9150c README contributed by z3bra il y a 10 ans
  sin d53e604cc2 Add '!' command to spawn a shell in cwd il y a 10 ans
  sin 7273c9d681 Add flac to default associations il y a 10 ans
  sin 3bc66a43a7 Show hidden files if run as root il y a 10 ans
  sin 65a01f9636 Include util.h and remove ifdef for Linux il y a 10 ans
  sin d7d40366bd Remove unused global variable il y a 10 ans
  sin d330033c4f Move some more config params to config.def.h il y a 10 ans
  sin 5999cef396 Default to cwd if not argument is provided il y a 10 ans
  sin 4c330409b0 And CPPFLAGS il y a 10 ans
  sin e776ebe36c Use CFLAGS too il y a 10 ans
  sin a13096b773 Force rebuild of noice.o if queue.h is modified il y a 10 ans
  sin 43fa667cd6 Add config.def.h il y a 10 ans
  sin a9b5370ac6 Add strlcpy() il y a 10 ans
  lostd 955152417f Properly wait for processes to terminate il y a 10 ans
  lostd 3f95571b38 Those features are there il y a 10 ans
  lostd a1e96d7d19 Remember cursor position when going back il y a 10 ans
  lostd 15ba1b15b8 Faster movement key bindings il y a 10 ans
  lostd de7072bdd5 Let filter errors show up in status line il y a 10 ans
  lostd f30e02239e Another leak in the wall il y a 10 ans
  lostd e948949624 Consistent comments capitalization il y a 10 ans
  lostd bfd5f9b1d4 Change default associations il y a 10 ans
  lostd 11bebdf23e The dirp should be initialized here il y a 10 ans
  lostd f05f98e4fe Another part that needs special handling for root il y a 10 ans
  lostd 3277201075 Handle the root path case correctly il y a 10 ans
  sin 61cd0f8041 Only closedir when dirp is valid il y a 10 ans
  lostd bc2d9e7c11 Cursor stack item il y a 10 ans
  lostd 5032930290 Also release filter memory il y a 10 ans
  lostd 1cdfa84f69 Define return codes for nextsel() and use a switch il y a 10 ans
  lostd a75021c2d2 Reset to initial filter on directory change il y a 10 ans
  lostd b0df3806de Search filter support with a very basic readline il y a 10 ans
  sin dc711f2fad Add emacs-like keybinds for next/prev entry selection il y a 10 ans
  lostd ac2a7e2788 Add license and todo files il y a 10 ans
  sin 51253b0564 Add support a default association il y a 10 ans
  lostd 0e2ea28a30 Printing and line wrapping in a function, show dirs and links il y a 10 ans
  lostd ee8898547c Use our own entry struct instead of dirent il y a 10 ans
  sin 46669d7606 Add regex support il y a 10 ans
  lostd 368b43572d Comment on dirents deep copy il y a 10 ans
  lostd 973aff99b7 Strip redundant spaces il y a 10 ans
  lostd 0b0869ab44 Move debug print after return value check il y a 10 ans
  lostd 6b51ec4585 Use open(2)/fstat(2) and don't bother with links at all il y a 10 ans
  lostd 3459f6a5e7 Use asprintf(3) and avoid manual allocation il y a 10 ans
  lostd 7028eb1838 Keep local copies of dir entries, just keeping pointers was a bug il y a 10 ans
  lostd bc766bc4a8 Fix memory leaks il y a 10 ans
  lostd 4b56e4a122 Avoid sprintf(3) and use snprintf(3) instead il y a 10 ans