Commit Graph

  • fec4de7b27
    docs: readme master Raphaël 2023-02-01 11:58:48 +0400
  • 66a64044da
    docs: readme Raphaël 2023-01-22 16:31:30 +0400
  • 3bc5c5dedc
    docs: readme Raphaël 2023-01-22 16:24:05 +0400
  • 4472ddc437
    docs: readme Raphaël 2023-01-22 15:38:00 +0400
  • 4bb7c20f7d
    Merge pull request #17 from sundowndev/refact/output v2.0.0-beta5 Raphaël 2023-01-22 15:23:29 +0400
  • 66e55c8c23 refactor: put output pkg in root #17 sundowndev 2023-01-22 15:18:12 +0400
  • 42e2a99adb
    Merge pull request #16 from sundowndev/feat/progressbar Raphaël 2023-01-22 15:11:47 +0400
  • e900c4089f feat: add progress bar for shredding operations #16 sundowndev 2023-01-22 15:05:58 +0400
  • 1c0587409d chore: update mockery to 2.16.0 sundowndev 2023-01-22 15:05:42 +0400
  • b515766be3
    Merge pull request #14 from sundowndev/testing Raphaël 2023-01-03 15:45:42 +0400
  • dece16c1c2 test: checks #14 sundowndev 2023-01-03 15:13:36 +0400
  • 934f9d1aa6 test: root cmd sundowndev 2023-01-03 14:57:22 +0400
  • ad93c6b047 test: logs pkg sundowndev 2023-01-03 14:46:12 +0400
  • 49cb7ca0d0
    Merge pull request #13 from sundowndev/test/analysis Raphaël 2023-01-03 14:36:55 +0400
  • 7292424f41 test: ignore test for windows #13 sundowndev 2023-01-03 14:31:40 +0400
  • 44ccacec26 test: analysis pkg sundowndev 2023-01-03 13:56:49 +0400
  • 98d6fad982
    Merge pull request #10 from sundowndev/refact/shred Raphaël 2022-12-22 12:00:09 +0400
  • 1b3cc5fe5e
    docs: readme Raphaël 2022-12-12 09:37:04 +0400
  • 1579133800
    docs: readme Raphaël 2022-12-12 09:31:23 +0400
  • cda5d5db90 refactor(shred): simplify shredding code #10 sundowndev 2022-12-08 17:52:50 +0400
  • fce6b5e2cb
    docs: readme Raphaël 2022-12-08 11:34:07 +0400
  • 7266a4e37b
    chore: create FUNDING.yml Raphaël 2022-12-07 16:23:30 +0400
  • d7edfe21dc
    docs: sponsor badges in readme Raphaël 2022-12-07 16:22:08 +0400
  • fcd3cbb8ff ci: remove unnecessary step in release sundowndev 2022-12-05 13:21:10 +0400
  • 8102312ef0 ci: attempt to fix gpg signing v2.0.0-beta4 sundowndev 2022-12-05 13:03:46 +0400
  • ed5a85be5f ci: attempt to fix gpg signing command sundowndev 2022-12-05 12:59:03 +0400
  • db975d46fc ci: fix --no-tty gpg flag sundowndev 2022-12-05 12:42:56 +0400
  • 711310a2e9
    Merge pull request #8 from sundowndev/test/windows Raphaël 2022-12-05 12:39:56 +0400
  • ca0c7a9b12 ci: add --no-tty gpg flag sundowndev 2022-12-05 12:37:22 +0400
  • 060959bc1e ci: add testing for windows #8 sundowndev 2022-12-05 12:32:05 +0400
  • 45be63ef29
    Merge pull request #9 from sundowndev/ci/gpgsign Raphaël 2022-12-05 12:26:46 +0400
  • 4aae4d5730 chore: enable gpg signing for releases #9 sundowndev 2022-12-05 12:10:37 +0400
  • c154aa90a7
    Merge pull request #7 from sundowndev/v2.0-beta1 v2.0.0-beta3 Raphaël 2022-11-29 16:05:57 +0400
  • 37f7c4fff5 refactor(output): remove Errorf method #7 sundowndev 2022-11-29 15:41:10 +0400
  • af1955152e docs: readme sundowndev 2022-11-29 15:40:50 +0400
  • 6e51108a3b refactor: remove unlink feature sundowndev 2022-11-29 15:17:56 +0400
  • c41b093f01 feat: add more checks sundowndev 2022-11-29 15:15:40 +0400
  • d430a576b2 test: byteCountSI func sundowndev 2022-11-29 15:15:28 +0400
  • 7a2daf6fbd docs: readme sundowndev 2022-11-29 15:14:54 +0400
  • 716fc1a396 fix: zero option v2.0.0-beta2 sundowndev 2022-11-20 17:51:39 +0400
  • 6c77377935 chore: fix ldflags in goreleaser config sundowndev 2022-11-20 17:51:09 +0400
  • 2222b382ce ci: fix go version in release workflow v2.0.0-beta1 sundowndev 2022-11-20 16:58:32 +0400
  • 49abd366f5 chore: add goreleaser workflow sundowndev 2022-11-17 18:57:38 +0400
  • a67d06446f test: shred pkg sundowndev 2022-11-17 18:35:06 +0400
  • 70bb6ade88 ci: trigger job on any pull request sundowndev 2022-11-17 18:30:28 +0400
  • ffc725e34c feat: add support for extra filter rules sundowndev 2022-11-17 18:17:03 +0400
  • a3eab6ef82 refactor: remove HandleFile method sundowndev 2022-11-17 17:35:21 +0400
  • 5f20de76b9 feat: init shred lib sundowndev 2022-11-17 17:29:51 +0400
  • 04c1ca7837 refactor: create init function for each check sundowndev 2022-11-17 15:37:00 +0400
  • 44b801f14a refactor: rename services to checks sundowndev 2022-11-17 15:26:15 +0400
  • d4f3a89f62 feat: add missing cli flags sundowndev 2022-11-01 14:28:27 +0400
  • b742b75b8b add bin folder sundowndev 2022-11-01 14:28:11 +0400
  • ef36249ba7 docs: command description sundowndev 2022-11-01 13:52:52 +0400
  • c580f0b9e4 feat: create analyzer sundowndev 2022-10-31 18:59:20 +0400
  • cec318a935 init v2 project sundowndev 2022-10-31 14:20:17 +0400
  • 67c7482abc
    docs: readme Raphaël 2021-06-29 14:54:32 +0200
  • 3d615ac1e0
    docs: readme #6 Raphaël 2020-07-04 22:11:01 +0200
  • adbd2124e5
    feat: init v2 pkg Raphaël 2020-05-30 14:49:57 +0200
  • 71ad68d801
    readme Raphaël 2020-05-28 23:09:19 +0200
  • 64dc2f6d67
    Add lastlog to file list #4 Jacob Still 2020-04-08 23:30:35 -0700
  • f05f7667af
    Create LICENSE Raphaël 2020-01-23 15:25:54 +0100
  • 46ffb16cb8
    [readme] typo v1.2.2 Raphael 2019-06-12 20:56:27 +0200
  • d8877f4204
    fix: exit 0 with "now" option Raphael 2019-05-31 17:25:24 +0200
  • 81b97cb944
    fix: use sudo in CI script Raphael 2019-05-31 17:13:51 +0200
  • 92f9f22628
    fix: CI script Raphael 2019-05-31 17:12:25 +0200
  • 5d24a23d40
    fix: CI script Raphael 2019-05-31 17:09:07 +0200
  • 7dab377d1e
    fix: CI script Raphael 2019-05-31 17:08:54 +0200
  • bdcdbee261
    readme Raphael 2019-05-31 17:07:05 +0200
  • 060a48e1f6 refactor: remove install script sundowndev 2019-05-31 17:05:01 +0200
  • cc83120a0f
    Typo & install instructions Raphael 2019-03-18 13:39:12 +0100
  • aac3fe4446
    Badges Raphael 2019-03-17 17:14:56 +0100
  • e5a0d1256b
    Merge pull request #3 from sundowndev/travis-cfg v1.2.1 Raphael 2019-03-17 17:12:04 +0100
  • 99a9034c5c Fix shellcheck errors #3 sundowndev 2019-03-17 17:09:29 +0100
  • 7c74fddab2 Menu sundowndev 2019-03-17 17:01:07 +0100
  • 25cd6028e0 Merge branch 'travis-cfg' of github.com:sundowndev/covermyass into travis-cfg sundowndev 2019-03-17 16:59:21 +0100
  • b167145b36
    Documentation Raphael 2019-03-17 16:59:13 +0100
  • be7af5f2ce Logs files comments sundowndev 2019-03-17 16:58:37 +0100
  • 208e615174 Clear log function sundowndev 2019-03-17 16:45:53 +0100
  • ff85e66492
    Documentation Raphael 2019-03-17 16:24:24 +0100
  • 6ae9758295
    Documentation Raphael 2019-03-17 15:55:02 +0100
  • 95b4577dc5
    Documentation Raphael 2019-03-17 15:50:20 +0100
  • fae01e0a64
    Build status Raphael 2019-03-17 15:32:54 +0100
  • 3d253c5adf
    Typo Raphael 2019-03-17 15:27:42 +0100
  • 3ceb15f619
    Use sudo Raphael 2019-01-18 17:20:23 +0100
  • 0e04932479
    Update .travis.yml Raphael 2019-01-18 17:17:00 +0100
  • 17161cb476
    Create .travis.yml Raphael 2019-01-18 17:13:56 +0100
  • db7fdf1964
    Prevent globbing and word splitting Raphael 2019-01-18 17:02:18 +0100
  • a3be81a10a
    [Docs] now command Raphael 2019-01-14 15:20:06 +0100
  • 43787bbe8d
    Permanently disable auth logging (#1) Raphael 2019-01-14 14:10:15 +0000
  • 7fa0fa4051 Now option & refactor #1 sundowndev 2019-01-14 15:08:30 +0100
  • b8fba58e0e
    [Docs] Description Raphael 2019-01-12 14:22:29 +0100
  • 3113fdb222
    Permanently disable auth logging Raphael 2019-01-10 13:00:29 +0100
  • 262a08cef3
    Don't unset HISTFILE v1.0.0-dev Raphael 2019-01-10 12:43:31 +0100
  • be472f61f3
    (re)enable history library Raphael 2019-01-10 00:01:14 +0100
  • 0e1cda99ee
    [Docs] Installation without sudo Raphael 2019-01-08 22:06:29 +0100
  • f7923e9173 Recreate bash history after deleting it sundowndev 2019-01-08 15:15:15 +0100
  • fe51c59b36 Merge branch 'master' of github.com:sundowndev/covermyass sundowndev 2019-01-08 15:09:34 +0100
  • 3e3752bd2f Fix bash history not being recreated sundowndev 2019-01-08 15:08:57 +0100
  • ab946a0145
    [Docs] Usage Raphael 2019-01-08 15:04:04 +0100
  • 2f14080c01
    Use curl instead of wget Raphael 2019-01-08 15:02:48 +0100