Commit History

Author SHA1 Message Date
  Ferass 'Vitali64' EL HAFIDI 90f201d965 docs/MIRRORS.md: Add more mirrors. 2 years ago
  Ferass 'Vitali64' EL HAFIDI dcf669b750 core/ls: Calculate number of columns to print. 2 years ago
  Ferass 'Vitali64' EL HAFIDI 6aef7bac98 core/ls: Fix date issues when using the -l option. 2 years ago
  Ferass 'Vitali64' EL HAFIDI 89c187c179 ls: ***ONE LINE FIX*** Do not follow symbolic links when -l is used. 2 years ago
  Ferass 'Vitali64' EL HAFIDI 1951773ea1 sh: Fix error handling. 2 years ago
  Ferass 'Vitali64' EL HAFIDI 51c0efc549 sh: Remove debugging junk and add a link to the POSIX sh specification. 2 years ago
  Ferass 'Vitali64' EL HAFIDI 02ec0522da sh: Fix a weird bug before adding support for &&. 2 years ago
  Ferass 'Vitali64' EL HAFIDI fd512894e6 sh: Move error handling to parseCommand() 2 years ago
  Ferass 'Vitali64' EL HAFIDI 7b3d2f6a8e sh: Add support for being able to run multiple commands in a single line using ; 2 years ago
  Ferass 'Vitali64' EL HAFIDI 85ec8b9fe8 sh: Add support for comments 2 years ago
  Ferass 'Vitali64' EL HAFIDI d2f64c5b0c sh: Add the ability to finally run commands from a file! && Fix weird error handling 2 years ago
  Ferass 'Vitali64' EL HAFIDI b0506d2c18 sh: Move the command runner mechanism to a separate function && fix various segfaults. 2 years ago
  Ferass 'Vitali64' EL HAFIDI 3b6fed132c dirname.1: Create it 2 years ago
  Ferass 'Vitali64' EL HAFIDI ff57daf2d6 sh: Add a built-in test command. 2 years ago
  Ferass 'Vitali64' EL HAFIDI e9931f1c9a core/[: Print errors to stderr, not stdout. 2 years ago
  Ferass 'Vitali64' EL HAFIDI f66cc650e0 makefile: Use commit hash instead of date in version.h. 2 years ago
  Ferass 'Vitali64' EL HAFIDI a425fd36e0 core/cat: Move the actual cat logic in a separate function 2 years ago
  Ferass 'Vitali64' EL HAFIDI 74764a0fc3 core/mv: initialise i 2 years ago
  Ferass 'Vitali64' EL HAFIDI 9704c604c7 core/mv: Fix an undefined behaviour by initialising param. 2 years ago
  Ferass 'Vitali64' EL HAFIDI 543ef2d21e core/tail: Fix compiler errors 2 years ago
  Ferass 'Vitali64' EL HAFIDI e5a6de3d1d core/cat: Reinitialise the buffer to fix weird bugs. 2 years ago
  Ferass 'Vitali64' EL HAFIDI 8fe000a070 sh: Fix gcc error && reinitialise `command` && Do not ignore SIGINT when in a child process. 2 years ago
  Ferass 'Vitali64' EL HAFIDI 160e1753c6 sh: Ignore SIGINT && Add a compiler warning && rename needprompt && use strerror() 2 years ago
  Ferass 'Vitali64' EL HAFIDI dac2a17677 core/ls: Remove buggy and unstable -R implementation. 2 years ago
  Ferass 'Vitali64' EL HAFIDI 207152ae92 Add a WIP implementation of sh. 2 years ago
  Ferass 'Vitali64' EL HAFIDI 58ea92c007 core/more: Get number of lines/columns in the terminal instead of hardcoding 2 years ago
  Ferass 'Vitali64' EL HAFIDI 1c6e200846 README.md: typofix 2 years ago
  Ferass 'Vitali64' EL HAFIDI 3ae396497b box: Fix compiler errors && README.md: Add Monero address for donating 2 years ago
  Ferass 'Vitali64' EL HAFIDI 3649145130 core/all: Add compile time on the help text 2 years ago
  Ferass 'Vitali64' EL HAFIDI 26971ec79a core/test: implement `[ -t fildes ]` 2 years ago