Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 434 Bytes

File metadata and controls

24 lines (20 loc) · 434 Bytes

clipshort

Table of contents

Project structure

clipshort/
 ├─ cmake/
 │   └─ FindLibClipboard.cmake
 ├─ src/
 │   ├─ clipshort.c
 │   ├─ CMakeLists.txt
 │   ├─ net.c
 │   ├─ net.h
 │   ├─ string.h
 │   ├─ urlshort.c
 │   └─ urlshort.h
 ├─ CMakeLists.txt
 └─ PKGBUILD