22 Commits

Author SHA1 Message Date
Dm1tr1y147
885bd34da3 Added setting environment variables with APPLICATION_INSIGHTS_NO_DIAGNOSTIC_CHANNEL=trueCHROME_DESKTOP=code-oss.desktopCOLORTERM=truecolorDBUS_SESSION_BUS_ADDRESS='unix:path=/run/user/1000/bus'DISPLAY=:0GIT_ASKPASS=/usr/lib/code/extensions/git/dist/askpass.shGTK_MODULES=canberra-gtk-moduleHOME=/home/dshI3SOCK=/run/user/1000/i3/ipc-socket.521LANG=en_US.UTF-8LESS=-RLESSHISTFILE=-LESSPROMPT='?f%f .?ltLine %lt:?pt%pt\%:?btByte %bt:-...'LESS_TERMCAP_mb=$'\C-[[31m'LESS_TERMCAP_md=$'\C-[[31m'LESS_TERMCAP_me=$'\C-[[0m'LESS_TERMCAP_se=$'\C-[[0m'LESS_TERMCAP_so=$'\C-[[47;30m'LESS_TERMCAP_ue=$'\C-[[0m'LESS_TERMCAP_us=$'\C-[[32m'LOGNAME=dshLS_COLORS='rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=00:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'MAIL=/var/spool/mail/dshMANWIDTH=120MOZ_PLUGIN_PATH=/usr/lib/mozilla/pluginsNO_AT_BRIDGE=1OLDPWD=/mnt/hdd/Work/Development/C/myshellPATH=/home/dsh/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perlPWD=/mnt/hdd/Work/Development/C/myshellSHELL=/bin/zshSHLVL=3TERM=xterm-256colorTERM_PROGRAM=vscodeTERM_PROGRAM_VERSION=1.46.1USER=dshVSCODE_GIT_ASKPASS_MAIN=/usr/lib/code/extensions/git/dist/askpass-main.jsVSCODE_GIT_ASKPASS_NODE=/usr/lib/electron7/electronVSCODE_GIT_IPC_HANDLE=/run/user/1000/vscode-git-55765a537b.sockWINDOWPATH=1XAUTHORITY=/home/dsh/.XauthorityXDG_CONFIG_HOME=/home/dsh/.configXDG_RUNTIME_DIR=/run/user/1000XDG_SEAT=seat0XDG_SESSION_CLASS=userXDG_SESSION_ID=1XDG_SESSION_TYPE=ttyXDG_VTNR=1 and before command locally 2020-07-18 20:40:51 +05:00
c1dc450ef1 Created mexecvpe to support both environment variables and $PATH command completion 2020-07-18 17:30:20 +05:00
e6c2e4a479 Added $ENV_VARIABLES expansion 2020-07-18 15:34:14 +05:00
cc3e1892ef Command autocomplete gets options from PATH 2020-07-18 12:31:54 +05:00
d7037ec237 Added permanent history saving into file and fixed hidded files suggestion 2020-07-17 21:09:04 +05:00
Dm1tr1y147
89c637eaa3
Update README.md 2020-07-17 00:00:40 +05:00
3e3f5e4313 Added files input/output redirection 2020-07-16 22:25:27 +05:00
56ae617430 shell.c divided into multiple files, command pipes support 2020-07-16 20:05:31 +05:00
d6ed9d8de0 Added wildcard explanation 2020-07-15 19:52:57 +05:00
b00548dc0f Added command running conditions for || and && separators 2020-07-15 15:03:23 +05:00
9fe0b6a293 Added semicolon separated sequences execution 2020-07-15 13:52:44 +05:00
0addae9633 One more command processing functions refactor, made command structure local 2020-07-14 19:23:46 +05:00
05a074795f Rewrote command parcing function without strtok for future pipes and command secuences support 2020-07-13 22:03:54 +05:00
6059ff4a52 Finished history search with up/down keys and refactored its navigation. Added username and ip address to the prompt 2020-07-13 17:21:31 +05:00
6542dbd9dd Added global object for shell state and history suggestions on arrow up/down 2020-07-12 19:10:17 +05:00
d125a84156 Added exec builtin command 2020-07-11 20:09:44 +05:00
922424abd4 Added path display in prompt, and yeah, solved some memory errors and added some new (I hate valgrind) 2020-07-11 17:57:58 +05:00
3354a97867 Finished tab autocompletion, fixed some more memory errors 2020-07-11 13:36:37 +05:00
a6ccd9344f Added autocompletion for commands from /bin 2020-07-09 12:54:34 +05:00
d8c665a625 Some minor code refactors. Added tree structure manipulations and files autocompletion on Tab keypress 2020-07-09 04:29:20 +05:00
6f306a1b50 Added README.md description 2020-07-08 18:40:53 +05:00
b702e6e92e initial commit 2020-07-08 18:19:42 +05:00