Add printclip
This is for when an application doesn't support pasting from the clip baord. Thus, this just types your clipboard
This commit is contained in:
		
							
								
								
									
										8
									
								
								.local/bin/printclip
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										8
									
								
								.local/bin/printclip
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
for (( i=1; i<4; i++ )); do
 | 
			
		||||
	echo $i
 | 
			
		||||
	sleep 1
 | 
			
		||||
done
 | 
			
		||||
echo "Go!"
 | 
			
		||||
xdotool type $(xclip -o)
 | 
			
		||||
		Reference in New Issue
	
	Block a user