about summary refs log tree commit diff stats
path: root/leo.pl
Commit message (Expand)AuthorAgeFilesLines
* Add several paths to dispatch table, simplify table generationAndinus2020-08-271-15/+17
* Add environment variables for some optionsAndinus2020-08-271-0/+4
* Print Encrypted/Signed status , don't encrypt journalAndinus2020-08-271-1/+7
* Parse @ARGV to catch all argumentsAndinus2020-08-271-7/+10
* Push receipient only when encrypt option is passedAndinus2020-08-271-2/+3
* Fix deletion, check $? for gpg2Andinus2020-08-271-3/+8
* Add delete optionAndinus2020-08-271-1/+6
* Add gpg2 function to Encrypt/Sign archivesAndinus2020-08-271-5/+21
* Add missing semicolonAndinus2020-08-271-1/+1
* Move tar_create, tar_list & ymd to the endAndinus2020-08-271-17/+17
* Restructure code, rename tar_create to archiveAndinus2020-08-271-44/+41
* Move archive dispatch table to mainAndinus2020-08-271-63/+47
* Add encrypt & sign option, remove archive_HelpMessage()Andinus2020-08-271-17/+21
* Warn if $tar_file existsAndinus2020-08-271-1/+4
* Add pass to archive listAndinus2020-08-271-1/+7
* Add ssh to archive list, add date in tar file namesAndinus2020-08-271-3/+21
* Remove repetition, move checks to tar_create()Andinus2020-08-271-15/+30
* Remove unused files/modules, add archive subAndinus2020-08-251-2/+68
* Remove unused code, Term::ANSIColorAndinus2020-08-251-23/+13
* Shorten option lengthAndinus2020-07-041-2/+2
* Sync irclogs, seperate sync optionsAndinus2020-07-031-1/+3
* Add syncemacs functionAndinus2020-07-031-0/+35
href='#n232'>232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382