aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-03-06moved prompt into its own packageColin Okay
2022-03-06moved prompt into its own packageColin Okay
2022-03-06moved most of build-app.lisp into src/app.lispColin Okay
2022-03-05--newest and --all-flagged now work with ARGUMENTSColin Okay
2022-03-05omit first line of explanation if it is the oneliner textColin Okay
This should improve readability of the output of the --show option
2022-03-05Merge branch 'main' into devColin Okay
2022-03-05added licenseColin Okay
2022-03-05ensuring ./cache directory existsColin Okay
2022-03-05moving cached oneliners file into ~/.cacheColin Okay
2022-03-04add name when adding onelinerColin Okay
2022-03-04add names in --editColin Okay
2022-03-04cleaned up merge-into-cacheColin Okay
2022-03-04fallback setting term widht in print-oneliner-result-for-userColin Okay
2022-03-04right. need to remember to (set-term-width) where appropriate.Colin Okay
2022-03-04explicitly run by id or name, removed numbered historyColin Okay
2022-03-04term width hackingColin Okay
2022-03-04printout of oneliners updatedColin Okay
2022-03-02removed unneeded readline hookColin Okay
2022-03-01added sleep to output fetchign loopColin Okay
2022-03-01--explain now fetches oneliners from server when neededColin Okay
2022-03-01bugfix; forgot to update the --explain function to use --idColin Okay
2022-03-01bugfix. forgot to ensure config in fallback to http requestColin Okay
2022-03-01minor version bump.Colin Okay
can now flag, unflag, lock, unlock, edit, and run oneliners by their id.
2022-03-01longer default timeout; run oneliners by id; clear cachesColin Okay
2022-03-01added help text about oneliner variablesColin Okay
2022-02-28named vars in oneliners are no longer all capsColin Okay
2022-02-28typoColin Okay
2022-02-28new default host in fresh configColin Okay
2022-02-28whois command.Colin Okay
2022-02-28change signature testedColin Okay
2022-02-28signature changeColin Okay
2022-02-28edits update local cache. revoke renamed logoutColin Okay
2022-02-28added --timeoutColin Okay
2022-02-28recording contributor handleColin Okay
2022-02-28better tags display in edit functionColin Okay
2022-02-28changing language on prompt for tagsColin Okay
2022-02-28new config creation wizardColin Okay
2022-02-28signatures added to account creation via token redeemingColin Okay
2022-02-25all-flagged implementationColin Okay
2022-02-25added unlicense agreementColin Okay
2022-02-25added lib support for aliases.Colin Okay
2022-02-23changed the variable syntax in the oneliner runnerColin Okay
2022-02-22added print explanationColin Okay
2022-02-22using readline. implmented editing of onelinersColin Okay
2022-02-22updating promptColin Okay
2022-02-22altered prompt to use lineditColin Okay
2022-02-22prompt with validation and retryColin Okay
2022-02-22supporting forced clipping. defaulting to bashColin Okay
2022-02-22running onelinersColin Okay
2022-02-22tweaking oneliner addition functionsColin Okay