summaryrefslogtreecommitdiff
path: root/Userland/Shell/Formatter.cpp
AgeCommit message (Expand)Author
2021-05-07Shell: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-29Shell: Implement formatting for HeredocsAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-22Shell: Add support for indexing into variablesAnotherTest
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-07Shell: Add support for enumerating lists in for loopsAnotherTest
2021-03-07Shell: Add support for 'immediate' expressions as variable substitutionsAnotherTest
2021-03-07Shell: Corrently indent offset newlines when formattingAnotherTest
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-23Shell: Make the parser read consecutive sequences without recursingAnotherTest
2021-01-15Shell: Add formatter for history eventsAnotherTest
2021-01-12Shell: Move to Userland/Shell/Andreas Kling