-
- Downloads
Bullshit v4 (source & tooling).
This is a rewrite of the Bullshit bulletin lister. Should have all the same features as v3, but much faster at lightbar navigation and especially better at scrolling large files. (frame.js has been replaced here by my new screen management library, 'swindows'.) Sysops don't need to concern themselves with the files in this commit; the build generated from these has been placed in the same location as the old 'bullshit.js' script. Just copy that one to wherever you normally run this from and it'll take over. Or you could run Bullshit from the repo if you like to live dangerously.
parent
16e3b07f
No related branches found
No related tags found
Showing
- xtrn/bullshit/.babelrc.json 3 additions, 0 deletionsxtrn/bullshit/.babelrc.json
- xtrn/bullshit/.devcontainer/devcontainer.json 22 additions, 0 deletionsxtrn/bullshit/.devcontainer/devcontainer.json
- xtrn/bullshit/.gitignore 3 additions, 0 deletionsxtrn/bullshit/.gitignore
- xtrn/bullshit/Readme.md 91 additions, 0 deletionsxtrn/bullshit/Readme.md
- xtrn/bullshit/package-lock.json 3632 additions, 0 deletionsxtrn/bullshit/package-lock.json
- xtrn/bullshit/package.json 17 additions, 0 deletionsxtrn/bullshit/package.json
- xtrn/bullshit/src/bullshit.ts 40 additions, 0 deletionsxtrn/bullshit/src/bullshit.ts
- xtrn/bullshit/src/lib/UI.ts 92 additions, 0 deletionsxtrn/bullshit/src/lib/UI.ts
- xtrn/bullshit/src/lib/list.ts 112 additions, 0 deletionsxtrn/bullshit/src/lib/list.ts
- xtrn/bullshit/src/lib/options.ts 156 additions, 0 deletionsxtrn/bullshit/src/lib/options.ts
- xtrn/bullshit/tsconfig.json 15 additions, 0 deletionsxtrn/bullshit/tsconfig.json
xtrn/bullshit/.babelrc.json
0 → 100644
xtrn/bullshit/.gitignore
0 → 100644
xtrn/bullshit/Readme.md
0 → 100644
xtrn/bullshit/package-lock.json
0 → 100644
This diff is collapsed.
xtrn/bullshit/package.json
0 → 100644
xtrn/bullshit/src/bullshit.ts
0 → 100644
xtrn/bullshit/src/lib/UI.ts
0 → 100644
xtrn/bullshit/src/lib/list.ts
0 → 100644
xtrn/bullshit/src/lib/options.ts
0 → 100644
xtrn/bullshit/tsconfig.json
0 → 100644
Please register or sign in to comment