nopaste icon indicating copy to clipboard operation
nopaste copied to clipboard

:clipboard: Client-side paste service

Results 5 nopaste issues
Sort by recently updated
recently updated
newest added

I just came across NoPaste. The concept of not "storing" the data at all seems very appealing to me. Relaying on external CDNs to ship most of the required files...

Should line wrapping be working in the embeddable iframe?

I noticed that while you have syntax formatting for a number of languages, you are lacking it for m4. There are a few keywords (such as define, incr, substr, ...),...

Add a bash function for example: ``` nopaste() { [[ -n "${2}" ]] && NOPASTE_URL="${2}" || NOPASTE_URL='https://cp.dimio.org' FILE_EXT=$(printf '%s' "${1}" | awk -F . '{if (NF>1) {print $NF}}') cat "${1}"...

i just make a small Dockerfile and Docker-compose.yml for self-hosted simple for server with traefik