forked from andonome/lk
		
	Merge branch 'dev'
This commit is contained in:
		
							
								
								
									
										18
									
								
								data/git-lfs.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								data/git-lfs.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | |||||||
|  | --- | ||||||
|  | title: "git" | ||||||
|  | tags: [ "Documentation", "data" ] | ||||||
|  | --- | ||||||
|  |  | ||||||
|  | Install, and add with | ||||||
|  |  | ||||||
|  | > git lfs install | ||||||
|  |  | ||||||
|  | Then track some filetype with: | ||||||
|  |  | ||||||
|  | > git lfs track "\*.ttf" | ||||||
|  |  | ||||||
|  | Or a directory with: | ||||||
|  |  | ||||||
|  | > git lfs track "images/" | ||||||
|  |  | ||||||
|  | All changes require adding `.gitattributes`. | ||||||
| @@ -17,31 +17,50 @@ tags: [ "Documentation", "data" ] | |||||||
|  |  | ||||||
| gb4 = to to cell b4 | gb4 = to to cell b4 | ||||||
|  |  | ||||||
| > x = delete a cell |  | ||||||
| > aa = see all text in cells | > aa = see all text in cells | ||||||
|  |  | ||||||
| > f = format cells so you can see it. | > f = format cells so you can see it. | ||||||
| > fl = format wider right | > fl = format wider right | ||||||
| > fh = format smaller left | > fh = format smaller left | ||||||
|  |  | ||||||
| > fj = decrease decimal value | > fj = format wider down | ||||||
| > fk = increase decimal value | > fk = format smaller down | ||||||
|  |  | ||||||
| # Edit | # Edit | ||||||
|  |  | ||||||
| > e = edit a number | ## Text | ||||||
| > E = edit text |  | ||||||
| > dc = delete column |  | ||||||
| > yc = yank column |  | ||||||
| > dr = delete row |  | ||||||
| > p = literal paste |  | ||||||
| > Pc = paste mutatis mutandis |  | ||||||
|  |  | ||||||
| #Functions | | Action                | Key | | ||||||
|  | |:----------------------|:---:| | ||||||
|  | | text (left align)     | <   | | ||||||
|  | | text (right align)    | >   | | ||||||
|  | | Edit existing  text   | E   | | ||||||
|  |  | ||||||
| > =@sum(A1:A4) = add A1 to A4 | ## Meta Actions | ||||||
| > =@avg(B1:B4) = average B1 to B4 |  | ||||||
| > =@max(B1:B4) = maximum of those numbers |  | ||||||
| > =@min(B1:B8) = minimumof those numbers |  | ||||||
| > =@prod(C1:C8) = multiply C1 to C8 |  | ||||||
|  |  | ||||||
|  | | Action                | Key | | ||||||
|  | |:----------------------|:---:| | ||||||
|  | |  edit a number        | e   | | ||||||
|  | |  delete column        | dc  | | ||||||
|  | |  yank column          | yc  | | ||||||
|  | |  delete row           | dr  | | ||||||
|  | |  literal paste        | p   | | ||||||
|  | |  paste with format    | Pc  | | ||||||
|  | |  delete a cell        | x   | | ||||||
|  |  | ||||||
|  |  | ||||||
|  | ## Functions | ||||||
|  |  | ||||||
|  | | Action                          | Key | | ||||||
|  | |:--------------------------------|:---:| | ||||||
|  | |  add A1 to A4      | =@sum(A1:A4) | | ||||||
|  | |  average B1 to B4      | =@avg(B1:B4) | | ||||||
|  | |  maximum of those numbers      | =@max(B1:B4) | | ||||||
|  | |  minimumof those numbers      | =@min(B1:B8) | | ||||||
|  | |  multiply C1 to C8      | =@prod(C1:C8) | | ||||||
|  |  | ||||||
|  | ## Visual | ||||||
|  |  | ||||||
|  | | Action                          | Key          | | ||||||
|  | |:--------------------------------|:------------:| | ||||||
|  | | Increase decimals               | f-           | | ||||||
|  | | Decrease decimals               | f+           | | ||||||
|   | |||||||
| @@ -1,9 +0,0 @@ | |||||||
| --- |  | ||||||
| title: "lubuntu" |  | ||||||
| tags: [ "Documentation", "distros" ] |  | ||||||
| --- |  | ||||||
|  |  | ||||||
| # Videos not working |  | ||||||
|  |  | ||||||
| > sudo apt-get install lubuntu-restricted-extras |  | ||||||
|  |  | ||||||
| @@ -67,7 +67,7 @@ The above script has crappy results. | |||||||
| It's better to use potrace. | It's better to use potrace. | ||||||
|  |  | ||||||
| ``` | ``` | ||||||
| $convert input.jpg output.ppm | $convert -flatten input.jpg output.ppm | ||||||
| $potrace -s output.ppm -o svgout.svg | $potrace -s output.ppm -o svgout.svg | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user