Mirko Conti
Mirko Conti
1. go to Discover tab 2. select an command 3. select an example 4. resize the windows in a way the selected example is out of screen 5. see the...
FastHistory currently uses only the common and linux pages. (https://github.com/tldr-pages/tldr/tree/main/pages) It should use also windows , osx and sunos based on the OS where it runs.
Currently fastHistory works completely offline. All commands can be manually exported and imported on a different computer. We could add a service that run in background to make a real-time...
The length of tags, descriptions and commands should be check before to insert them into the database
Multi-lines commands are currently ignored Example: ``` echo "string1 string2 string3 " #print #multi-line ``` is interpreted as ``` echo "string1 ```
The tv_usec is defined in Microsecond (0.000001). Currently it is calculated as Millisecond (0.001). http://pubs.opengroup.org/onlinepubs/007908799/xsh/systime.h.html