ix

Search:
Group by:

Procs

proc addIx(data: var MultipartData; n: int; f = ""; id = ""; name = ""; filename = ""; ext = "";
          read = 0; remove = false) {...}{.raises: [ValueError, IOError], tags: [ReadIOEffect].}
add data for a paste to the payload we'll send via http
proc issueXclip(output: string): bool {...}{.raises: [OSError, Exception, Defect, IOError,
    ValueError], tags: [ReadDirEffect, ReadEnvEffect, ReadIOEffect, ExecIOEffect,
                      RootEffect, WriteIOEffect].}
true if we seem to've successfully used xclip
proc paste(name = "stdin"; xclip = true; extension = "nim"; reads = 0; get = ""; put = "";
          delete = ""; username = ""; password = ""; log_level = logLevel;
          filenames: seq[string]): int {...}{.raises: [Exception, SslError, OSError,
    IOError, ValueError, HttpRequestError, TimeoutError, ProtocolError, KeyError,
    Defect, OverflowError], tags: [RootEffect, ReadDirEffect, ReadEnvEffect,
                                ReadIOEffect, WriteIOEffect, TimeEffect,
                                ExecIOEffect].}
paste to ix