Commit Graph

  • 1ae281d3f9 Inlined PIPE_SELECTION_TO since it's only used once Bruce Hill 2019-05-31 19:48:43 -0700
  • 18b98c8543 Made links dim (-> foo) instead of just the arrow Bruce Hill 2019-05-31 18:57:32 -0700
  • 58d4c86389 Switched ':' to use "sh" instead of "$SHELL" because not all shells take arguments. Bruce Hill 2019-05-31 18:55:28 -0700
  • 0fa6e3a636 Compacting the code, putting column names with widths Bruce Hill 2019-05-31 17:59:58 -0700
  • 05601c886b Added "<selection>" virtual directory, added '-' mark for "last non-virtual directory" and 's' for "selection virtual directory", cleaned up path normalization, added "N selected" visualization. Bruce Hill 2019-05-31 17:44:18 -0700
  • 7fd3e166ee Better name for "double left click" Bruce Hill 2019-05-31 16:13:50 -0700
  • ca9ff7e941 Moved colwidths to config Bruce Hill 2019-05-31 14:56:25 -0700
  • 06fa2d5b3c Got rid of +align command, and simplified column width logic (no more auto-sizing, no more alignment, everything just has a static width now) Bruce Hill 2019-05-31 14:52:57 -0700
  • 019ae526da Fixed some redraw dirty flag issues Bruce Hill 2019-05-31 14:34:17 -0700
  • 961ac49f81 Simplifying interleave code and adding doc Bruce Hill 2019-05-31 13:26:23 -0700
  • 17ce3f08df Moving interleave-dirs back from a full column to just a setting Bruce Hill 2019-05-31 13:23:01 -0700
  • c237e80bae Added a bit of extra spacing around columns Bruce Hill 2019-05-31 13:14:29 -0700
  • 6ffae6ed30 Cleaned up some T_WRAP stuff Bruce Hill 2019-05-31 13:11:09 -0700
  • 182af5c2af Switched to use cfmakeraw() instead of manually setting a bunch of termios bits. Bruce Hill 2019-05-31 13:05:12 -0700
  • f019a8b0f5 Fixed some stuff with alt screen and spurious output to stdout Bruce Hill 2019-05-31 12:59:36 -0700
  • c7ce37ffbf Version bump Bruce Hill 2019-05-31 12:48:48 -0700
  • f539538582 Cleaned up a lot of the cd logic, making path names better-standardized, but still keeping symlinks, and ensuring bb->path has a slash at the end. Also cleaned up some empty directory errors. Bruce Hill 2019-05-31 12:47:35 -0700
  • e11158a69f Moved populating files before startup commands, so '+mark:0' works properly Bruce Hill 2019-05-31 01:17:23 -0700
  • ed5d87f9a2 Fixed some memory errors, including a use-after-free. Simplified the refcount by just explicitly tracking whether a file is being viewed and whether it's selected. Bruce Hill 2019-05-31 01:09:21 -0700
  • f78a4d591d Added permission flags for created bb cmdfile Bruce Hill 2019-05-31 00:25:32 -0700
  • 73b0f6efb6 Updating compiler flags Bruce Hill 2019-05-31 00:24:21 -0700
  • 6db0c1bed4 Fixed one more qsort argument issue Bruce Hill 2019-05-31 00:22:37 -0700
  • 928b712ad7 Fixing some qsort_r arg problems Bruce Hill 2019-05-31 00:17:01 -0700
  • 9faede6193 Updating with more mac compatibility Bruce Hill 2019-05-31 00:12:21 -0700
  • 72ed507499 Got everything working on linux Bruce Hill 2019-05-31 00:03:48 -0700
  • befe7667ad Changing empty initializer Bruce Hill 2019-05-30 23:00:28 -0700
  • 1627621246 realloc() -> reallocf() to be extra safe Bruce Hill 2019-05-30 22:26:00 -0700
  • 33e4fc2600 Simplifying command control flow Bruce Hill 2019-05-30 22:25:22 -0700
  • 405786b7c9 Cleaned up a bunch of stuff, including finding entries, a sorting bug, and some command stuff. Bruce Hill 2019-05-30 18:44:56 -0700
  • e2350214ae Bumped version Bruce Hill 2019-05-30 18:08:49 -0700
  • 48a55d7bca Inlined the options to bb_t, and added a dirty flag instead of the 'lazy' variable Bruce Hill 2019-05-30 18:08:19 -0700
  • c847980757 Finally got everything working with a refactor to use hash lookups everywhere Bruce Hill 2019-05-30 18:00:00 -0700
  • f4d9510cbf Code cleanup Bruce Hill 2019-05-30 00:33:51 -0700
  • 6a5ca2cd0c Updated some doc and removed the "-B" flag for full key binding info Bruce Hill 2019-05-30 00:02:25 -0700
  • 2f34dad8e8 Deleted CTRL_H functionality. Bruce Hill 2019-05-29 23:44:22 -0700
  • 050d4d70ca Some cleanup of text coloring Bruce Hill 2019-05-29 19:45:23 -0700
  • c1968201d9 Tweaked some default layout stuff, fixed some flushing issues with ctrl-h, adjusted coloring to only apply to filenames Bruce Hill 2019-05-29 19:32:52 -0700
  • 05b9318c10 Removing +opts in favor of just having commands for each setting. Also removed initialopts Bruce Hill 2019-05-29 18:00:49 -0700
  • 2d7d20f9a1 Overhaul of sorting and columns, simplifying and unifying things a bit Bruce Hill 2019-05-29 17:26:18 -0700
  • ca45d7750c Version bump Bruce Hill 2019-05-29 00:58:33 -0700
  • 38408b5499 Cleanup of the rendering code, including making the selection column a proper column (+) Bruce Hill 2019-05-29 00:56:49 -0700
  • d38e166151 Simplified the opts API a bit, cleaned up the code a little, added a toggle_file() function Bruce Hill 2019-05-28 23:51:20 -0700
  • f070b5da03 Adding comment about . Bruce Hill 2019-05-28 22:30:04 -0700
  • 53ad739616 Added documentation for all functions, simplified sorting a little Bruce Hill 2019-05-28 22:29:22 -0700
  • 331a004dff Code cleanup, replaced fisher-yates shuffle with worse, but much simpler shuffle. Bruce Hill 2019-05-28 22:04:02 -0700
  • 0a1258a747 Tweaked some defaults and allowed cursor color to be combined with existing color. Bruce Hill 2019-05-28 21:46:16 -0700
  • 8d4e4aeba4 Some major refactoring including moving more stuff into bterm.h (renamed from keys.h), a custom readline (read was buggy), better customization, and improved renaming bindings. Bruce Hill 2019-05-28 21:36:42 -0700
  • 92a198d6b6 More cleanup of struct members, fixed some text wrapping issues that lingered after exit, and removed some debug code Bruce Hill 2019-05-28 00:07:43 -0700
  • c1fabab57d Cleaned up some redundant and poorly named fields Bruce Hill 2019-05-27 21:14:34 -0700
  • 111cf0948c Cleaned up the refcounting code a little bit with better naming Bruce Hill 2019-05-27 20:55:36 -0700
  • 6e39f580f6 Better column positioning, including centering and left-aligning when appropriate. Bruce Hill 2019-05-27 20:13:11 -0700
  • 32b32143e9 Bumped version Bruce Hill 2019-05-27 19:51:33 -0700
  • 109f6a96d4 Refactored the column spacing a bit and added more powerful options for columns Bruce Hill 2019-05-27 19:51:04 -0700
  • cd6a58f872 Changed explore API to take a bb_t parameter. Bruce Hill 2019-05-27 16:14:14 -0700
  • 9f15415bcd Some minor cleanup, enforcing "bb" as the name for the bb state, inlined a few things, moved firstselected onto the bb state instead of a global. Bruce Hill 2019-05-27 16:08:29 -0700
  • 1ba70f4221 Cleanup of a bunch of the terminal code Bruce Hill 2019-05-27 15:53:07 -0700
  • e12759b48c Switched to use file pointers instead of file descriptors. Bruce Hill 2019-05-27 14:12:47 -0700
  • 4aa93906e7 Moved a bunch of the config options into the config file (colors, etc.) and fixed some rendering issues Bruce Hill 2019-05-26 16:34:48 -0700
  • 75c2f4e169 Fixed a bunch of alignment issues with unicode names and stuff, fixed and issue with linked list removal, and added a bunch of error checks for commands with no value. Bruce Hill 2019-05-26 16:01:56 -0700
  • b20b1786cb Switched a bunch of stuff to use raw bb commands ("+move:+1" instead of "bb +move:+1") Bruce Hill 2019-05-26 16:01:24 -0700
  • ab6ef2ef0c Formatting cleanup and MAX_PATH -> PATH_MAX rename to use actual value Bruce Hill 2019-05-26 13:41:09 -0700
  • 3579e90a5b Made some fixes after testing on linux, changed +mark syntax to use '=' instead of ';' Bruce Hill 2019-05-26 02:37:41 -0700
  • d00596ca44 Fixed text wrapping (now just truncates) Bruce Hill 2019-05-25 23:35:04 -0700
  • b0496356f3 Added version Bruce Hill 2019-05-25 23:31:03 -0700
  • 5d20b81fc3 Added support for SHOW_CURSOR Bruce Hill 2019-05-25 23:28:08 -0700
  • f3b052d47c Updated docs and added some refresh consistency Bruce Hill 2019-05-25 21:47:30 -0700
  • 7c3a23bbee Default config wasn't keeping up. Bruce Hill 2019-05-25 20:56:38 -0700
  • c9bb7f4944 Some major refactoring, removed the tabs feature, added marks (much simpler) Bruce Hill 2019-05-25 20:55:59 -0700
  • d111493a8d Lots of refactoring, including adding function stubs Bruce Hill 2019-05-25 04:30:51 -0700
  • e5ac52b1d5 Added shuffle functionality, cleaned up and improved column drawing, and did a ton of cleanup of compiler warnings. Bruce Hill 2019-05-24 20:49:24 -0700
  • 53bee94a9f Fixed some stuff, including 'cd' Bruce Hill 2019-05-24 17:42:36 -0700
  • ffc215a80a Updated LOC in readme Bruce Hill 2019-05-24 17:36:15 -0700
  • bbeecf3b2f Refactored a bit, allowed cmds to use unique prefixes (e.g. 'q' instead of 'quit', 'scr' instead of 'scroll', etc), added vim modelines Bruce Hill 2019-05-24 17:35:16 -0700
  • 8b48d29afa Cleanup and refactoring. More robust handling of command files, and guaranteed tmpfile deletion on exit (even with SIGTERM, ctrl-c, etc.). Also fixed some bugs with suspend hiding cursor, not handling multiple commands, duplicating commands, etc. Bruce Hill 2019-05-24 16:55:36 -0700
  • 89f65d6a26 Fixed bug Bruce Hill 2019-05-23 19:14:50 -0700
  • 752a23c5f6 Lots of refactoring and cleanup Bruce Hill 2019-05-23 19:04:17 -0700
  • aa297e79d3 Fixed an issue with leaking temp files Bruce Hill 2019-05-23 05:51:11 -0700
  • 2862756733 Added flags for toggling columns, cleaned up a bit Bruce Hill 2019-05-23 05:42:33 -0700
  • 670ee76177 Added key binding tool (ctrl-h) to figure out what a binding is Bruce Hill 2019-05-23 04:44:48 -0700
  • ce72a889e2 Properly handle window resizes Bruce Hill 2019-05-23 04:02:11 -0700
  • fcfb1a3995 Help menu overhaul and cleanup of config file Bruce Hill 2019-05-23 03:40:04 -0700
  • e0cad5a44f Moved sorting to a command Bruce Hill 2019-05-23 02:13:13 -0700
  • b5642e84d8 Moved more stuff over to bb commands, cleaned up scroll region stuff Bruce Hill 2019-05-23 01:37:41 -0700
  • e080490d51 Working version of running (nearly) everything on bb IPC commands Bruce Hill 2019-05-23 00:57:25 -0700
  • 566ee2f272 Added lazy redrawing using console scrolling Bruce Hill 2019-05-22 19:05:56 -0700
  • ac69e52faa Added polling for blocking key reads Bruce Hill 2019-05-22 15:47:47 -0700
  • 512cbbdae4 Removed some redundant exits Bruce Hill 2019-05-22 15:33:18 -0700
  • b84e428a01 Added 'e' for $EDITOR Bruce Hill 2019-05-22 14:56:39 -0700
  • 68cc3ecf33 Fixed bug with number of arguments Bruce Hill 2019-05-22 14:56:28 -0700
  • 73124fedf9 Updated readme Bruce Hill 2019-05-22 14:36:29 -0700
  • 5f0e1bf0be Overhaul to use arguments instead of piping for commands Bruce Hill 2019-05-22 14:33:14 -0700
  • 292d1953e8 Updating naming Bruce Hill 2019-05-22 01:56:39 -0700
  • 0d6724017b Added help/usage Bruce Hill 2019-05-22 01:55:34 -0700
  • 51959819dd Removing dead code Bruce Hill 2019-05-22 01:52:23 -0700
  • 3a2438dc08 Better arg parsing and updated docs Bruce Hill 2019-05-22 01:50:46 -0700
  • f9eabe730d In st style, moving config to default config file, which copies itself during the build process. Bruce Hill 2019-05-22 01:41:12 -0700
  • 8f73ec7241 Added null-separation option for xargs to properly handle funky filenames Bruce Hill 2019-05-22 01:39:15 -0700
  • 66444fe971 Removed /dev/null hack Bruce Hill 2019-05-22 00:44:26 -0700
  • 29b4143435 Added license. Bruce Hill 2019-05-22 00:43:34 -0700
  • fe73058f84 Added manpage Bruce Hill 2019-05-22 00:43:25 -0700