当前位置:网站首页>Imgcat usage experience
Imgcat usage experience
2022-07-06 12:04:00 【Caojia xiaoyuanbao】
imgcat There are many ways of using
- Can be in python Use in command line ( install pip package , It is omitted here )
- You can use commands directly , Here is an introduction
When connecting to the server remotely , I didn't root jurisdiction , But you often have to look at the pictures on the server , So choose imgcat.
The installation command is as follows :
First download imgcat file , And give authority
curl "https://iterm2.com/utilities/imgcat" > imgcat
chmod +x imgcat
Add your own... To the environment variable imgcat file location , and source once
vim ~/.bashrc
export PATH = $PATH:/home/yourname/binpath
source .bashrc
So you can use it directly :imgcat xxx.jpg Check the pictures on the terminal
边栏推荐
- MySQL realizes read-write separation
- Dead loop in FreeRTOS task function
- encoderMapReduce 随手记
- Mall project -- day09 -- order module
- Missing value filling in data analysis (focus on multiple interpolation method, miseforest)
- C language, log print file name, function name, line number, date and time
- Cannot change version of project facet Dynamic Web Module to 2.3.
- There are three iPhone se 2022 models in the Eurasian Economic Commission database
- Kconfig Kbuild
- C语言函数之可变参数原理:va_start、va_arg及va_end
猜你喜欢
随机推荐
Mysql的索引实现之B树和B+树
FTP文件上传文件实现,定时扫描文件夹上传指定格式文件文件到服务器,C语言实现FTP文件上传详解及代码案例实现
AMBA、AHB、APB、AXI的理解
uCOS-III 的特点、任务状态、启动
5G工作原理详解(解释&图解)
ESP8266使用arduino连接阿里云物联网
Hutool中那些常用的工具类和方法
List and set
MySQL数据库面试题
Variable star user module
Pytorch实现简单线性回归Demo
Reno7 60W super flash charging architecture
Rough analysis of map file
Missing value filling in data analysis (focus on multiple interpolation method, miseforest)
【ESP32学习-1】Arduino ESP32开发环境搭建
Several declarations about pointers [C language]
Machine learning -- decision tree (sklearn)
【ESP32学习-2】esp32地址映射
Détails du Protocole Internet
GNN的第一个简单案例:Cora分类









