|
9073236736
|
Cross-platform compatibility changes
|
2021-07-06 11:43:37 -07:00 |
|
|
641452dc96
|
Fix for bcd on zsh
|
2021-07-05 19:54:49 -07:00 |
|
|
f5ebe5f2b8
|
Tweaks
|
2021-07-05 19:17:35 -07:00 |
|
|
4f0ed58b27
|
Restored docs for bcd
|
2021-07-05 19:15:04 -07:00 |
|
|
9331c1917e
|
Fix for running bb within a subcommand (e.g. cd $(bb -d) )
|
2021-07-05 19:05:53 -07:00 |
|
|
a78619a402
|
Switch from /etc/xdg/bb to /etc/bb
|
2021-07-03 21:41:08 -07:00 |
|
|
1d54d6a292
|
Removed outdated info
|
2021-07-03 21:20:42 -07:00 |
|
|
67b62c7294
|
Added lots of extra compiler checks and fixed a few minor issues.
|
2021-05-31 13:25:11 -07:00 |
|
|
60db11fbb8
|
Added flag
|
2021-05-31 10:30:03 -07:00 |
|
|
e0052b1394
|
Code cleanup
|
2021-05-07 15:12:28 -07:00 |
|
|
34cb45567e
|
Added auto sort/interleave when opening selection
|
2021-04-17 12:15:50 -07:00 |
|
|
79fae84b10
|
Tweaks
|
2021-04-17 00:23:08 -07:00 |
|
|
6a1522645e
|
Proper history functionality via cd:- and cd:+
|
2021-04-17 00:09:49 -07:00 |
|
|
2c44abc2c4
|
Deprecated "<selection>" in favor of a better system using symlinks
|
2021-04-16 23:06:23 -07:00 |
|
|
0597d77f3f
|
Bugfix for <selection> files having weird truncation issues
|
2021-04-16 22:15:21 -07:00 |
|
|
86c5d0c150
|
Stabilized randomization so it doesn't reshuffle when reloading the same
dir (but it still will if the dir contents change)
|
2021-02-07 14:10:19 -08:00 |
|
|
2755cbc869
|
Fixed column widths for absolute times
|
2021-02-07 13:30:20 -08:00 |
|
|
ebbc4ada39
|
Simplified safety check
|
2021-02-07 13:23:59 -08:00 |
|
|
7c4eacd1b8
|
Fixed bug in size rendering, added safety check.
|
2021-02-07 13:22:28 -08:00 |
|
|
d145f13cca
|
Added commons clause to the license
|
2021-01-28 23:00:34 -08:00 |
|
|
b2a44f8dbd
|
Tweaked comment format and bumped copyright year
|
2021-01-28 22:58:17 -08:00 |
|
|
86a9bafec3
|
Revered macro comments to inline blocks
|
2021-01-28 22:50:23 -08:00 |
|
|
e99a904f2f
|
Fixed macro backslash
|
2021-01-28 22:48:00 -08:00 |
|
|
000ef2dc58
|
Converted block comments to line comments
|
2021-01-28 22:47:25 -08:00 |
|
|
8842891a7c
|
Renamed bbbindkeys -> bbkeys
|
2021-01-28 22:32:42 -08:00 |
|
|
000329d941
|
Cleanup
|
2021-01-28 22:25:38 -08:00 |
|
|
c94a9958a8
|
Version bump
|
2021-01-28 22:17:58 -08:00 |
|
|
7daa148e94
|
Renamed $BBCURSOR -> $BB for concision
|
2021-01-28 22:17:15 -08:00 |
|
|
2aa5f544a7
|
Reorganized header files
|
2021-01-28 22:13:51 -08:00 |
|
|
657330ddd6
|
Renamed bterm -> terminal
|
2021-01-28 21:53:48 -08:00 |
|
|
e0af178df1
|
Fixed up some makefile stuff with NAME flag
|
2021-01-28 20:15:31 -08:00 |
|
|
1857870ccb
|
Removed TCC hack, since this is now fixed in TCC
|
2021-01-18 10:56:21 -08:00 |
|
|
aa9a9045e8
|
Added -Werror
|
2021-01-02 13:56:08 -08:00 |
|
|
3d450896dc
|
Updating compiler flags
|
2021-01-02 13:54:58 -08:00 |
|
|
845f8e42c6
|
A bit of refactoring, moving more rendering code into draw.c
|
2021-01-01 16:38:24 -08:00 |
|
|
5371a49ce0
|
Refactoring into multiple files better
|
2020-12-30 22:47:49 -08:00 |
|
|
18681fa449
|
Fixed comment
|
2020-10-23 17:20:21 -07:00 |
|
|
5eb79c076c
|
Added some simplifications/tweaks
|
2020-06-04 00:05:18 -07:00 |
|
|
68095db20f
|
Misc fixes and tweaks
|
2020-06-03 23:40:44 -07:00 |
|
|
69bc783ff9
|
Slightly optimized column rendering by using the sequence for moving
column position instead of row,col
|
2020-04-20 14:20:46 -07:00 |
|
|
8eedc8b726
|
Simplified and cleaned up rendering logic
|
2020-04-13 19:54:14 -07:00 |
|
|
8d1e5f8172
|
General code cleanup and removed some unnecessary imports.
|
2020-04-10 00:12:57 -07:00 |
|
|
5183cbd78f
|
Minor tweak to support compiling with TCC
|
2020-04-09 23:53:06 -07:00 |
|
|
9114b41b98
|
Version bump and documentation updates.
|
2020-04-09 00:08:26 -07:00 |
|
|
e0a30fe02b
|
Some overhaul and refactoring. bbstartup.sh and bindings.bb have been
moved into scripts/bbstartup and scripts/bbbindkeys alongside the other
scripts. Some minor bugs have been fixed as well, and a few bindings
added.
|
2020-04-08 23:58:37 -07:00 |
|
|
adcb0a43e0
|
Fixed filesize column width
|
2020-03-01 12:09:25 -08:00 |
|
|
8b04d09c2d
|
Removed some unnecessary semicolons and cleaned up regex rename
|
2020-02-24 04:11:07 -08:00 |
|
|
88fd9c416b
|
Moved bbstartup into a script, renamed helper/ -> scripts/, and added
bbshutdown script. Also tweaked some of the precedence.
|
2020-02-24 03:39:44 -08:00 |
|
|
304cbddf73
|
Fixed some issues with invalid column handling.
|
2020-02-24 03:11:01 -08:00 |
|
|
9d9ad35bde
|
Cleanup of binding loading code
|
2020-02-24 02:59:04 -08:00 |
|