add png-jpg function
This commit is contained in:
		
							parent
							
								
									2b4fc7270c
								
							
						
					
					
						commit
						12724a59af
					
				
							
								
								
									
										18
									
								
								aliases.sh
								
								
								
								
							
							
						
						
									
										18
									
								
								aliases.sh
								
								
								
								
							| 
						 | 
				
			
			@ -77,22 +77,8 @@ mc() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
# TODO testing
 | 
			
		||||
ytdl-ct() {
 | 
			
		||||
  ssh "youtube-dl@192.168.0.118 'screen -m -d ./download.sh $1'"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# TODO testing
 | 
			
		||||
ytdl-ct-audio() {
 | 
			
		||||
  ssh "youtube-dl@192.168.0.118 'screen -m -d ./download.sh --config-location ~/.config/youtube-dl/config-audio-only $1'"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
git-re() {
 | 
			
		||||
	repo="$1"
 | 
			
		||||
	dir="$2"
 | 
			
		||||
	if [ -z "$dir" ] ; then
 | 
			
		||||
		dir="$repo"
 | 
			
		||||
	fi
 | 
			
		||||
	git clone ssh://git@git.rayelliott.dev:3222/rayelliott/"$repo".git "$dir"
 | 
			
		||||
png-jpg() {
 | 
			
		||||
	convert "$1" "${1%.*}".jpg
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ch() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue