summaryrefslogtreecommitdiff
path: root/Userland/Shell/Formatter.cpp
AgeCommit message (Expand)Author
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-02-28Shell+LibCodeComprehension: Start replacing {Deprecated => }StringAli Mohammad Pur
2023-02-13Shell: Start implementing a POSIX-compliant parserAli Mohammad Pur
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-04-18Shell: Add support for regex match patternsAli Mohammad Pur
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