Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9780 758 d 22 h Doczom /programs/system/shell/ add new function - lsmod
This function input list loaded drivers.
 
9173 991 d 23 h turbocat /programs/system/shell/ SHELL 0.8.3:
- Added the ability to create parent directories if needed( "mkdir" command)
 
8827 1073 d 23 h rgimad /programs/system/shell/ SHELL 0.8.2
- big refactoring, now uses libc.obj
- added kfetch command
 
8662 1145 d 22 h turbocat /programs/system/shell/ SHELL:
- Added pkill command
 
7808 1494 d 6 h rgimad /programs/system/shell/ SHELL 0.8.1 changelog
- added output redirection to file (> >>) for echo command

e.g. echo "<html>">123.txt ; echo a b c >> y.txt
 
7805 1494 d 22 h rgimad /programs/system/shell/ fixed bug with cd ../
fixed cd . and cd ./ behavior
 
7803 1495 d 22 h rgimad /programs/system/shell/ change version to 0.8  
7802 1495 d 22 h rgimad /programs/system/shell/ SHELL 0.8 changelog
- added mv command
- added ren command
- now ls works also with relative pathes
- fixed bug in strrchr
 
7792 1497 d 22 h rgimad /programs/system/shell/ Now for incorrect scripts (which doesnt start with #SHS) shell says that they are incorrect, not "File not found". Also, translated comments from russian to english in two files.  
7787 1498 d 5 h rgimad /programs/system/shell/ SHELL 0.7.8 changelog
- fixed bug with ctrl+v
- added navigation in current string by Home, End
- directory highlighting in ls command output
 
7024 2428 d 1 h leency /programs/system/shell/ * help now displays the list of commands in three columns
* ps now displays the RAM size used by the process
* ls now displays all files not in one but in several columns, the old single column output is still accessible via the key '-1'
 
6862 2657 d 3 h siemargl /programs/system/shell/ startup workdir fix  
6857 2661 d 8 h siemargl /programs/system/shell/ better cp, 64-bit fileops  
6825 2692 d 4 h siemargl /programs/system/shell/ waitfor command  
6822 2696 d 22 h siemargl /programs/system/shell/ better up/dwn arrows, docu  
4516 3771 d 12 h Albom /programs/system/shell/ Shell 0.7.4. Clipboard works. Ctrl+C copies the whole command line and Ctrl+V pastes it.  
4309 3827 d 1 h Albom /programs/system/shell/ Shell 0.7.3. Bug with '%' symbol in command history is fixed.  
4106 3860 d 1 h Albom / Shell 0.7.2. 1) .shell moved to /sys/settings. 2) "cd .." command fixed.  
4050 3867 d 13 h Albom /programs/system/shell/ Shell 0.7.1. Pressing Up and Down keys was causing hanging up the program when command history was empty (but nobody cares). Fixed.  
4015 3873 d 9 h Albom /programs/system/shell/ Shell 0.7.0. Command line editing implemented. + Some small fixes.  
3988 3877 d 22 h leency /programs/system/shell/ SHELL 0.6.4: relative passes support for scripts  
3916 3896 d 1 h Albom /programs/system/shell/ MSVC-style attributes for data align in structures (thanks to CleverMouse and Kirakishou!)  
3268 4104 d 10 h Albom /programs/system/shell/ Shell version 0.6.2  
3245 4112 d 9 h Albom /programs/system/shell/ Shell v0.6. See History.txt.  
2735 4369 d 7 h Albom /programs/system/shell/ Shell 0.5.4: changes in console apps; history cmd added; ccpuid, free, killall cmds came back.  
2631 4415 d 17 h Albom /programs/system/shell/ Shell: pwd cmd fix  
2617 4418 d 9 h Albom /programs/system/shell/ Shell: ls command fix, other small fixes  
2615 4419 d 12 h Albom /programs/system/shell/ Shell: some small fixes  
2502 4442 d 1 h Albom /programs/system/shell/ shell 0.5 could run console apps  
2323 4541 d 2 h Albom /programs/system/shell/ Shell: cd command fixed  
2174 4635 d 3 h Albom /programs/system/shell/ Shell: CapsLock and Shift keys  
2077 4659 d 8 h Albom /programs/system/shell/ SHELL: .shell script runs from the current dir  
1862 4849 d 2 h Albom /programs/system/shell/ Running programs in the current directory with Shell is fixed.  
1807 4860 d 8 h Albom /programs/system/shell/ Killall and ccpuid commands are temporarily removed. Text strings are corrected.  
1673 4958 d 6 h Nasarus /programs/system/shell/ Shell 0.4.52. "killall" added & bugfixes  
1669 4961 d 15 h Nasarus /programs/system/shell/ Shell 0.4.51. See History.txt for details.  
1668 4961 d 20 h Nasarus /programs/system/shell/ Shell 0.4.5: Multilanguage, russification, some new commands (see History.txt for details)  
1647 4975 d 6 h Nasarus /programs/system/ 1. Shell updated to 0.4.4. Author: Albom
2. @SS [ScreenSaver] now reacts to key pressing
 
959 5637 d 8 h leency /programs/system/shell/ Shell 0.4 from Albom